r80257 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80256‎ | r80257 | r80258 >
Date:12:35, 14 January 2011
Author:catrope
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/REL1_17/extensions/LiquidThreads/lqt.js (modified) (history)
  • /branches/REL1_17/extensions/WikiEditor/WikiEditor.i18n.php (modified) (history)
  • /branches/REL1_17/extensions/WikiEditor/WikiEditor.php (modified) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/ext.wikiEditor.dialogs.js (modified) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/ext.wikiEditor.toolbar.js (modified) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-left.png (deleted) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-ltr.png (added) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-right.png (deleted) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-rtl.png (added) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/jquery.wikiEditor.css (modified) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/jquery.wikiEditor.toc.css (modified) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.css (modified) (history)
  • /branches/REL1_17/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.js (modified) (history)

Diff [purge]

Index: branches/REL1_17/extensions/LiquidThreads/lqt.js
@@ -227,7 +227,8 @@
228228 function() {
229229 if ( typeof mediaWiki.loader != 'undefined' && mediaWiki.loader ) {
230230 mediaWiki.loader.using(
231 - [ 'ext.wikiEditor', 'jquery.wikiEditor.toolbar',
 231+ [ 'ext.wikiEditor', 'ext.wikiEditor.toolbar.i18n',
 232+ 'jquery.wikiEditor.toolbar',
232233 'jquery.async', 'jquery.cookie' ],
233234 finishSetup );
234235 } else {
Index: branches/REL1_17/extensions/WikiEditor/WikiEditor.php
@@ -275,10 +275,13 @@
276276 'scripts' => 'ext.wikiEditor.toolbar.js',
277277 'dependencies' => array(
278278 'ext.wikiEditor',
 279+ 'ext.wikiEditor.toolbar.i18n',
279280 'jquery.wikiEditor.toolbar',
280281 'jquery.cookie',
281282 'jquery.async',
282 - ),
 283+ )
 284+ ),
 285+ 'ext.wikiEditor.toolbar.i18n' => $wikiEditorTpl + array(
283286 'messages' => array(
284287 // This is a mixed bunch that needs to be separated between dialog and toolbar messages, but since the
285288 // dialog module depends on the toolbar module, it's not an urgent matter
@@ -315,7 +318,6 @@
316319 'wikieditor-toolbar-tool-link-lookslikeinternal-ext',
317320 'wikieditor-toolbar-tool-link-empty',
318321 'wikieditor-toolbar-tool-file',
319 - 'wikieditor-toolbar-tool-file-pre',
320322 'wikieditor-toolbar-tool-file-example',
321323 'wikieditor-toolbar-tool-reference',
322324 'wikieditor-toolbar-tool-reference-title',
Index: branches/REL1_17/extensions/WikiEditor/modules/jquery.wikiEditor.css
@@ -13,9 +13,6 @@
1414 .wikiEditor-ui textarea:focus {
1515 outline: none;
1616 }
17 -body.rtl .wikiEditor-ui {
18 - float: right;
19 -}
2017 .wikiEditor-ui .wikiEditor-ui-bottom {
2118
2219 }
@@ -30,17 +27,11 @@
3128 float: left;
3229 width: 100%;
3330 }
34 -body.rtl .wikiEditor-ui .wikiEditor-ui-left {
35 - float: right;
36 -}
3731 .wikiEditor-ui .wikiEditor-ui-right {
3832 float: right;
3933 background: #F3F3F3;
4034 overflow: hidden;
4135 }
42 -body.rtl .wikiEditor-ui .wikiEditor-ui-right {
43 - float: left;
44 -}
4536 .wikiEditor-wikitext {
4637 float: left;
4738 width: 100%;
Index: branches/REL1_17/extensions/WikiEditor/modules/jquery.wikiEditor.toc.css
@@ -1,7 +1,7 @@
22 /*
33 * CSS for WikiEditor Table of Contents jQuery plugin
44 */
5 -
 5+
66 .wikiEditor-ui-toc {
77 /* height and width are set dynamically */
88 /*float: right;*/
@@ -12,10 +12,6 @@
1313 .wikiEditor-ui-toc {
1414 border-left: solid silver 1px;
1515 }
16 -body.rtl .wikiEditor-ui-toc {
17 - border-right: solid silver 1px;
18 - border-left: none;
19 -}
2016 .wikiEditor-ui-toc ul {
2117 padding: 0;
2218 margin: 0;
@@ -40,10 +36,6 @@
4137 white-space: nowrap;
4238 overflow: hidden;
4339 }
44 -body.rtl .tab-toc {
45 - background-position: right top;
46 - padding-right: 2em;
47 -}
4840 .tab-toc a {
4941 outline: none;
5042 }
@@ -69,45 +61,21 @@
7062 padding: 0.125em;
7163 padding-left: 1em;
7264 }
73 -body.rtl .wikiEditor-ui-toc ul li div {
74 - padding-right: 1em;
75 - padding-left: 0;
76 -}
7765 .wikiEditor-ui-toc ul ul li div {
7866 padding-left: 2em;
7967 }
80 -body.rtl .wikiEditor-ui-toc ul ul li div {
81 - padding-right: 2em;
82 - padding-left: 0;
83 -}
8468 .wikiEditor-ui-toc ul ul ul li div {
8569 padding-left: 3em;
8670 }
87 -body.rtl .wikiEditor-ui-toc ul ul ul li div {
88 - padding-right: 3em;
89 - padding-left: 0;
90 -}
9171 .wikiEditor-ui-toc ul ul ul ul li div {
9272 padding-left: 4em;
9373 }
94 -body.rtl .wikiEditor-ui-toc ul ul ul ul li div {
95 - padding-right: 4em;
96 - padding-left: 0;
97 -}
9874 .wikiEditor-ui-toc ul ul ul ul ul li div {
9975 padding-left: 5em;
10076 }
101 -body.rtl .wikiEditor-ui-toc ul ul ul ul ul li div {
102 - padding-right: 5em;
103 - padding-left: 0;
104 -}
10577 .wikiEditor-ui-toc ul ul ul ul ul ul li div {
10678 padding-left: 6em;
10779 }
108 -body.rtl wikiEditor-ui-toc ul ul ul ul ul ul li div {
109 - padding-right: 6em;
110 - padding-left: 0;
111 -}
11280 .wikiEditor-ui-toc ul li div.current {
11381 background-color: #FAFAFA;
11482 color: #333333;
@@ -179,9 +147,6 @@
180148 background: url(images/toc/grip.png) 50% 50% no-repeat;
181149 z-index: 0;
182150 }
183 -body.rtl .wikiEditor-ui-right .wikiEditor-ui-toc-resize-grip {
184 - right: 2px !important;
185 -}
186151 .wikiEditor-ui-toolbar .tab-toc {
187152 float: right;
188153 margin: 3px 16px 3px 3px;
@@ -199,12 +164,6 @@
200165 white-space: nowrap;
201166 overflow: hidden;
202167 }
203 -body.rtl .wikiEditor-ui-toc-expandControl {
204 - padding-left: 1em;
205 - padding-right: 0;
206 - left: 10px;
207 - right: auto;
208 -}
209168 .wikiEditor-ui-text textarea {
210169 resize: none;
211170 }
Index: branches/REL1_17/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.js
@@ -701,7 +701,8 @@
702702 }
703703 var $selectedIndex = $index.find( '*[rel=' + selected + ']' );
704704 if ( $selectedIndex.size() == 0 ) {
705 - selected = $index.children().eq( 0 ).attr( 'rel' );
 705+ $selectedIndex = $index.children().eq( 0 );
 706+ selected = $selectedIndex.attr( 'rel' );
706707 $.cookie( cookie, selected, { expires: 30, path: '/' } );
707708 }
708709 $pages.children().hide();
Index: branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-right.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-left.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-rtl.png
___________________________________________________________________
Added: svn:mime-type
709710 + image/png
Index: branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: branches/REL1_17/extensions/WikiEditor/modules/images/toolbar/arrow-ltr.png
___________________________________________________________________
Added: svn:mime-type
710711 + image/png
Index: branches/REL1_17/extensions/WikiEditor/modules/ext.wikiEditor.dialogs.js
@@ -30,6 +30,7 @@
3131 },
3232 'reference': {
3333 'labelMsg': 'wikieditor-toolbar-tool-reference',
 34+ 'filters': [ 'body.ns-subject' ],
3435 'type': 'button',
3536 'icon': 'insert-reference.png',
3637 'offset': [2, -1798],
Index: branches/REL1_17/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.css
@@ -13,9 +13,6 @@
1414 clear: both;
1515 height: 0;
1616 }
17 -body.rtl .wikiEditor-ui-toolbar .sections {
18 - float: right;
19 -}
2017 .wikiEditor-ui-toolbar .sections .section {
2118 display: none;
2219 float: left;
@@ -29,15 +26,13 @@
3027 background-position: left top;
3128 background-repeat: repeat-x;
3229 }
33 -body.rtl .wikiEditor-ui-toolbar .sections .section {
34 - float: right;
35 -}
3630 /* Gets overridden when the section div is in class loading - see below */
3731 .wikiEditor-ui-toolbar .sections div .spinner {
3832 display: none;
3933 }
4034 .wikiEditor-ui-toolbar .sections .loading .spinner {
4135 display: block;
 36+ float: left;
4237 /* @embed */
4338 background-image: url(images/toolbar/loading.gif);
4439 background-position: left center;
@@ -45,17 +40,8 @@
4641 padding-left: 32px;
4742 margin-left: 0.5em;
4843 height: 32px;
49 - float: left;
5044 color: #666666;
5145 }
52 -body.rtl .wikiEditor-ui-toolbar .sections .loading .spinner {
53 - background-position: right center;
54 - padding-left: 0;
55 - padding-right: 32px;
56 - margin-left: 0;
57 - margin-right: 0.5em;
58 - float: right;
59 -}
6046 /* Top Level Containers */
6147 .wikiEditor-ui-toolbar .tabs,
6248 .wikiEditor-ui-toolbar .section-main {
@@ -63,10 +49,6 @@
6450 float: left;
6551 height: 26px;
6652 }
67 -body.rtl .wikiEditor-ui-toolbar .tabs,
68 -body.rtl .wikiEditor-ui-toolbar .section-main {
69 - float: right;
70 -}
7153 /* Groups */
7254 .wikiEditor-ui-toolbar .group {
7355 float: left;
@@ -75,13 +57,6 @@
7658 border-right: solid 1px #DDDDDD;
7759 margin: 3px;
7860 }
79 -body.rtl .wikiEditor-ui-toolbar .group {
80 - float: right;
81 - padding-right: 0;
82 - padding-left: 6px;
83 - border-right: none;
84 - border-left: solid 1px #DDDDDD;
85 -}
8661 .wikiEditor-ui-toolbar .group-search {
8762 float: right;
8863 padding: 0 0 0 6px;
@@ -91,15 +66,6 @@
9267 .wikiEditor-ui-toolbar .group-insert {
9368 border-right: none;
9469 }
95 -body.rtl .wikiEditor-ui-toolbar .group-search {
96 - float: left;
97 - padding: 0 6px 0 0;
98 - border-left: none;
99 - border-right: 1px solid #DDDDDD;
100 -}
101 -body.rtl .wikiEditor-ui-toolbar .group-insert {
102 - border-left: none;
103 -}
10470 /* Sprited Buttons */
10571 .wikiEditor-toolbar-spritedButton {
10672 /* @embed */
@@ -119,18 +85,10 @@
12086 margin: 3px;
12187 }
12288 .wikiEditor-ui-toolbar .tabs span.tab {
123 - display: inline-block;
 89+ display: block;
12490 float: left;
12591 line-height: 26px;
12692 }
127 -/* IGNORED BY IE6 */
128 -.wikiEditor-ui-toolbar .tabs > span.tab {
129 - display: block;
130 -}
131 -/* IGNORED BY IE6 */
132 -body.rtl .wikiEditor-ui-toolbar .tabs > span.tab {
133 - float: right;
134 -}
13593 .wikiEditor-ui-toolbar .tabs span.tab a,
13694 .wikiEditor-ui-toolbar .tabs span.tab a:visited {
13795 display: inline-block;
@@ -141,40 +99,22 @@
142100 cursor: pointer;
143101 color: #0645ad;
144102 /* @embed */
145 - background-image: url(images/toolbar/arrow-right.png);
 103+ background-image: url(images/toolbar/arrow-ltr.png);
146104 background-position: left center;
147105 background-repeat: no-repeat;
148106 }
149 -body.rtl .wikiEditor-ui-toolbar .tabs span.tab a,
150 -body.rtl .wikiEditor-ui-toolbar .tabs span.tab a:visited {
151 - padding-left: 12px;
152 - padding-right: 18px;
153 - /* @embed */
154 - background-image: url(images/toolbar/arrow-left.png);
155 - background-position: right center;
156 -}
157 -/* IGNORED BY IE6 */
158 -body.rtl .wikiEditor-ui-toolbar .tabs > span.tab > a,
159 -body.rtl .wikiEditor-ui-toolbar .tabs > pan.tab > a:visited {
160 - float: right;
161 -}
162107 .wikiEditor-ui-toolbar .tabs span.tab a.current,
163108 .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
164109 color: #333333;
165110 /* @embed */
166111 background-image: url(images/toolbar/arrow-down.png);
167112 }
168 -body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current,
169 -body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
170 - /* @embed */
171 - background-image: url(images/toolbar/arrow-down.png);
172 -}
173113 .wikiEditor-ui-toolbar .tabs span.tab a.current:hover {
174114 text-decoration: none;
175115 }
176116 .wikiEditor-ui-toolbar .tabs span.tab a.loading {
177117 /* @embed */
178 - background-image: url(images/toolbar/loading-small.gif) !important;
 118+ background-image: url(images/toolbar/loading-small.gif);
179119 }
180120 /* Toolbar */
181121 .wikiEditor-ui-toolbar .group .label {
@@ -188,12 +128,6 @@
189129 color: #777777;
190130 cursor: default;
191131 }
192 -/* IGNORED BY IE6 */
193 -body.rtl .wikiEditor-ui-toolbar .group > .label {
194 - float: right;
195 - margin-left: 8px;
196 - margin-right: 5px;
197 -}
198132 .wikiEditor-ui-toolbar .group img.tool {
199133 float: left;
200134 border: 0px;
@@ -202,10 +136,6 @@
203137 padding: 2px;
204138 cursor: pointer;
205139 }
206 -/* IGNORED BY IE6 */
207 -body.rtl .wikiEditor-ui-toolbar .group > img.tool {
208 - float: right;
209 -}
210140 .wikiEditor-ui-toolbar .group .tool-select {
211141 float: left;
212142 margin: 2px;
@@ -217,10 +147,6 @@
218148 cursor: pointer;
219149 background-color: #ffffff;
220150 }
221 -/* IGNORED BY IE6 */
222 -body.rtl .wikiEditor-ui-toolbar .group > .tool-select {
223 - float: right;
224 -}
225151 .wikiEditor-ui-toolbar .group .tool-select .label {
226152 /* @embed */
227153 background-image: url(images/toolbar/arrow-down.png);
@@ -235,31 +161,14 @@
236162 text-decoration: none;
237163 color: #333333;
238164 }
239 -body.rtl .wikiEditor-ui-toolbar .group .tool-select .label {
240 - background-position: center left;
241 - padding-right: 4px;
242 - padding-left: 22px;
243 - margin-left: 4px;
244 - margin-right: 0;
245 -}
246 -body.rtl .wikiEditor-ui-toolbar .group .tool-select .menu {
247 - clear: both;
248 -}
249165 .wikiEditor-ui-toolbar .group .tool-select .menu .options {
250166 position: absolute;
251167 display: none;
252168 margin-left: -1px;
 169+ margin-top: 22px;
253170 border: solid 1px silver;
254171 background-color: #ffffff;
255172 }
256 -body.rtl .wikiEditor-ui-toolbar .group .tool-select .menu {
257 - margin-left: -1px;
258 - margin-right: -1px;
259 -}
260 -/* IGNORED BY IE6 */
261 -.wikiEditor-ui-toolbar .group .tool-select .options {
262 - margin-top: 22px;
263 -}
264173 .wikiEditor-ui-toolbar .group .tool-select .options .option {
265174 display: block;
266175 padding: 0.5em;
@@ -293,19 +202,12 @@
294203 height: 125px;
295204 overflow: auto;
296205 }
297 -body.rtl .wikiEditor-ui-toolbar .booklet .index {
298 - float: right;
299 -}
300206 .wikiEditor-ui-toolbar .booklet .index div {
301207 padding: 4px;
302208 padding-left: 6px;
303209 cursor: pointer;
304210 color: #0645ad;
305211 }
306 -body.rtl .wikiEditor-ui-toolbar .booklet .index div {
307 - padding-left: 4px;
308 - padding-right: 6px;
309 -}
310212 .wikiEditor-ui-toolbar .booklet .index .current {
311213 background-color: #FAFAFA;
312214 color: #333333;
@@ -318,9 +220,6 @@
319221 overflow: auto;
320222 background-color: #FAFAFA;
321223 }
322 -body.rtl .wikiEditor-ui-toolbar .booklet .pages {
323 - float: left;
324 -}
325224 /* Help Pages */
326225 .wikiEditor-ui-toolbar .page-table table {
327226 padding-left: 5px;
@@ -340,10 +239,6 @@
341240 padding: 5px;
342241 margin: 0px;
343242 }
344 -body.rtl .wikiEditor-ui-toolbar .page-table th,
345 -body.rtl .wikiEditor-ui-toolbar .page-table td {
346 - text-align: right;
347 -}
348243 .wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax,
349244 .wikiEditor-ui-toolbar .section-help .page-table td.syntax {
350245 font-family: monospace;
@@ -375,12 +270,8 @@
376271 font-family: monospace;
377272 font-size: 1.25em;
378273 }
379 -body.rtl .wikiEditor-ui-toolbar .page-characters > div > span,
380274 .wikiEditor-ui-toolbar .page-characters div[dir=rtl] span {
381275 direction: rtl;
382 - float: right;
383 - margin-left: 0;
384 - margin-right: 5px;
385276 }
386277 .wikiEditor-ui-toolbar .page-characters div span:hover {
387278 background-color: white;
Index: branches/REL1_17/extensions/WikiEditor/modules/ext.wikiEditor.toolbar.js
@@ -11,6 +11,7 @@
1212 // Add toolbar module
1313 // FIXME: Make config object retrievable for reusers
1414 // TODO: Implement .wikiEditor( 'remove' )
 15+ var fileNamespace = mediaWiki.config.get( 'wgFormattedNamespaces' )[6];
1516 $( '#wpTextbox1' ).wikiEditor( 'addModule', { 'toolbar': {
1617 // Main section
1718 'main': {
@@ -153,8 +154,7 @@
154155 'action': {
155156 'type': 'encapsulate',
156157 'options': {
157 - // FIXME: Why the hell was this done this way?
158 - 'preMsg': [ 'wikieditor-toolbar-tool-file-pre', '[[' ],
 158+ 'pre': '[[' + fileNamespace + ':',
159159 'periMsg': 'wikieditor-toolbar-tool-file-example',
160160 'post': "]]"
161161 }
@@ -162,6 +162,7 @@
163163 },
164164 'reference': {
165165 'labelMsg': 'wikieditor-toolbar-tool-reference',
 166+ 'filters': [ 'body.ns-subject' ],
166167 'type': 'button',
167168 'offset': [2, -1798],
168169 'icon': 'insert-reference.png',
@@ -411,7 +412,9 @@
412413 'type': 'encapsulate',
413414 'options': {
414415 'pre': "<gallery>\n",
415 - 'periMsg': 'wikieditor-toolbar-tool-gallery-example',
 416+ 'periMsg': [
 417+ 'wikieditor-toolbar-tool-gallery-example', fileNamespace
 418+ ],
416419 'post': "\n</gallery>",
417420 'ownline': true
418421 }
@@ -910,7 +913,7 @@
911914 'rows': [
912915 {
913916 'description': { 'htmlMsg': 'wikieditor-toolbar-help-content-file-description' },
914 - 'syntax': { 'htmlMsg': 'wikieditor-toolbar-help-content-file-syntax' },
 917+ 'syntax': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-syntax', fileNamespace ] },
915918 'result': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-result', stylepath ] }
916919 }
917920 ]
Index: branches/REL1_17/extensions/WikiEditor/WikiEditor.i18n.php
@@ -91,7 +91,6 @@
9292 'wikieditor-toolbar-tool-link-lookslikeinternal-ext' => 'External link',
9393 'wikieditor-toolbar-tool-link-empty' => "You did not enter anything to link to.",
9494 'wikieditor-toolbar-tool-file' => 'Embedded file',
95 - 'wikieditor-toolbar-tool-file-pre' => '$1{{ns:file}}:',
9695 'wikieditor-toolbar-tool-file-example' => 'Example.jpg',
9796 'wikieditor-toolbar-tool-reference' => 'Reference',
9897 'wikieditor-toolbar-tool-reference-example' => 'Insert footnote text here',
@@ -130,8 +129,8 @@
131130 'wikieditor-toolbar-tool-subscript-example' => 'Subscript text',
132131 'wikieditor-toolbar-group-insert' => 'Insert',
133132 'wikieditor-toolbar-tool-gallery' => 'Picture gallery',
134 - 'wikieditor-toolbar-tool-gallery-example' => "{{ns:file}}:Example.jpg|Caption1
135 -{{ns:file}}:Example.jpg|Caption2",
 133+ 'wikieditor-toolbar-tool-gallery-example' => "$1:Example.jpg|Caption1
 134+$1:Example.jpg|Caption2",
136135 'wikieditor-toolbar-tool-newline' => 'New line',
137136 'wikieditor-toolbar-tool-table' => 'Table',
138137 'wikieditor-toolbar-tool-table-example-old' => "-
@@ -240,8 +239,8 @@
241240 'wikieditor-toolbar-help-content-olist-syntax' => '# List item<br /># List item',
242241 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>List item</li><li>List item</li></ol>',
243242 'wikieditor-toolbar-help-content-file-description' => 'Embedded file',
244 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Caption text]]',
245 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Caption text</div></div>",
 243+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Caption text]]',
 244+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Caption text</div></div>",
246245 'wikieditor-toolbar-help-content-reference-description' => 'Reference',
247246 'wikieditor-toolbar-help-content-reference-syntax' => 'Page text.&lt;ref name="test"&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;',
248247 'wikieditor-toolbar-help-content-reference-result' => "Page text.<sup><a href='#'>[1]</a></sup>",
@@ -575,8 +574,8 @@
576575 'wikieditor-toolbar-tool-subscript-example' => 'Teks in onderskrif',
577576 'wikieditor-toolbar-group-insert' => 'Invoeg',
578577 'wikieditor-toolbar-tool-gallery' => 'Fotogalery',
579 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Voorbeeld1|Byskrif1
580 -{{ns:file}}:Voorbeeld2|Byskrif2',
 578+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Voorbeeld1|Byskrif1
 579+$1:Voorbeeld2|Byskrif2',
581580 'wikieditor-toolbar-tool-newline' => 'Nuwe lyn',
582581 'wikieditor-toolbar-tool-table' => 'Tabel',
583582 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -682,8 +681,8 @@
683682 'wikieditor-toolbar-help-content-olist-syntax' => '# Lyn in genommerde lys<br /># Lyn in genommerde lys',
684683 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Lyn in genommerde lys</li><li>Lyn in genommerde lys</li></ol>',
685684 'wikieditor-toolbar-help-content-file-description' => 'Ingebedde lêer',
686 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Voorbeeld.png|thumb|Byskrif]]',
687 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Byskrif' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergroot' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Byskrif</div></div>",
 685+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Voorbeeld.png|thumb|Byskrif]]',
 686+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Byskrif' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergroot' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Byskrif</div></div>",
688687 'wikieditor-toolbar-help-content-reference-description' => 'Verwysing',
689688 'wikieditor-toolbar-help-content-reference-syntax' => 'Bladsyteks.&lt;ref name="test"&gt;[http://www.voorbeeld.org Skakel se teks], addisionele teks.&lt;/ref&gt;',
690689 'wikieditor-toolbar-help-content-reference-result' => "Bladsyteks <sup><a href='#'>[1]</a></sup>",
@@ -808,8 +807,8 @@
809808 'wikieditor-toolbar-tool-subscript-example' => 'tekstit Subscript',
810809 'wikieditor-toolbar-group-insert' => 'Kall',
811810 'wikieditor-toolbar-tool-gallery' => 'galeri artesh',
812 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}: Example.jpg|Caption1
813 -{{ns:file}}: Example.jpg|Caption2',
 811+ 'wikieditor-toolbar-tool-gallery-example' => '$1: Example.jpg|Caption1
 812+$1: Example.jpg|Caption2',
814813 'wikieditor-toolbar-tool-newline' => 'Linjë e re',
815814 'wikieditor-toolbar-tool-table' => 'Tryezë',
816815 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -911,8 +910,8 @@
912911 'wikieditor-toolbar-help-content-olist-syntax' => 'pika # Lista <br /> pika # Lista',
913912 'wikieditor-toolbar-help-content-olist-result' => '<ol><li> pika Lista </li><li> pika Lista </li></ol>',
914913 'wikieditor-toolbar-help-content-file-description' => 'Embedded file',
915 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Caption teksti]]',
916 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'> <a title=\"tekstit Legjenda\" class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a> <div class='thumbcaption'><div class='magnify'> <a title=\"Zmadho\" class='internal' href='#'><img height='11' width='15' alt='' src='\$1/common/images/magnify-clip.png'/></a> </div> tekstit Legjenda </div></div>",
 914+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Caption teksti]]',
 915+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'> <a title=\"tekstit Legjenda\" class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a> <div class='thumbcaption'><div class='magnify'> <a title=\"Zmadho\" class='internal' href='#'><img height='11' width='15' alt='' src='\$1/common/images/magnify-clip.png'/></a> </div> tekstit Legjenda </div></div>",
917916 'wikieditor-toolbar-help-content-reference-description' => 'Referim',
918917 'wikieditor-toolbar-help-content-reference-syntax' => 'Tekst faqesh. name="test"> <ref [http://www.example.org] teksti Link, teksti shtesë. </> ref',
919918 'wikieditor-toolbar-help-content-reference-result' => "Tekst faqesh. <a href='#'><sup>[1]</sup></a>",
@@ -1037,8 +1036,8 @@
10381037 'wikieditor-toolbar-tool-subscript-example' => 'Texto en subéndiz',
10391038 'wikieditor-toolbar-group-insert' => 'Insertar',
10401039 'wikieditor-toolbar-tool-gallery' => "Galería d'imachens",
1041 - 'wikieditor-toolbar-tool-gallery-example' => '↓ {{ns:file}}:Eixemplo.jpg|Piet_de_foto_1
1042 -{{ns:file}}:Eixemplo.jpg|Piet_de_foto_2',
 1040+ 'wikieditor-toolbar-tool-gallery-example' => '↓ $1:Eixemplo.jpg|Piet_de_foto_1
 1041+$1:Eixemplo.jpg|Piet_de_foto_2',
10431042 'wikieditor-toolbar-tool-newline' => 'Nueva linia',
10441043 'wikieditor-toolbar-tool-table' => 'Tabla',
10451044 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -1144,8 +1143,8 @@
11451144 'wikieditor-toolbar-help-content-olist-syntax' => "# Elemento d'a lista<br /># Elemento d'a lista",
11461145 'wikieditor-toolbar-help-content-olist-result' => "<ol><li>Elemento d'a lista</li><li>Elemento d'a lista</li></ol>",
11471146 'wikieditor-toolbar-help-content-file-description' => 'Fichero incorporato',
1148 - 'wikieditor-toolbar-help-content-file-syntax' => "[[{{ns:file}}:Eixemplo.png|thumb|Texto descriptivo d'a imachen]]",
1149 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Texto de piet de foto' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Fer más gran' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Texto de piet de foto</div></div>",
 1147+ 'wikieditor-toolbar-help-content-file-syntax' => "[[$1:Eixemplo.png|thumb|Texto descriptivo d'a imachen]]",
 1148+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Texto de piet de foto' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Fer más gran' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Texto de piet de foto</div></div>",
11501149 'wikieditor-toolbar-help-content-reference-description' => 'Referencia',
11511150 'wikieditor-toolbar-help-content-reference-syntax' => 'Texto d\'a pachina.&lt;ref name="test"&gt;[http://www.example.org Texto d\'o vinclo], texto adicional.&lt;/ref&gt;',
11521151 'wikieditor-toolbar-help-content-reference-result' => "Texto d'a pachina.<sup><a href='#'>[1]</a></sup>",
@@ -1326,8 +1325,8 @@
13271326 'wikieditor-toolbar-tool-subscript-example' => 'نص الحرف السفلي',
13281327 'wikieditor-toolbar-group-insert' => 'أدرج',
13291328 'wikieditor-toolbar-tool-gallery' => 'معرض صور',
1330 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|تعليق1
1331 -{{ns:file}}:Example.jpg|تعليق2',
 1329+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|تعليق1
 1330+$1:Example.jpg|تعليق2',
13321331 'wikieditor-toolbar-tool-newline' => 'سطر جديد',
13331332 'wikieditor-toolbar-tool-table' => 'جدولًا',
13341333 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -1433,8 +1432,8 @@
14341433 'wikieditor-toolbar-help-content-olist-syntax' => '# عنصر قائمة<br /># عنصر قائمة',
14351434 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>عنصر قائمة</li><li>عنصر قائمة</li></ol>',
14361435 'wikieditor-toolbar-help-content-file-description' => 'ملف مضمّن',
1437 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|تصغير|نص الشرح]]',
1438 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='نص التعليق' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='تكبير' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>نص التعليق</div></div>",
 1436+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|تصغير|نص الشرح]]',
 1437+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='نص التعليق' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='تكبير' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>نص التعليق</div></div>",
14391438 'wikieditor-toolbar-help-content-reference-description' => 'مرجع',
14401439 'wikieditor-toolbar-help-content-reference-syntax' => 'نص الصفحة.&lt;ref name="test"&gt;[http://www.example.org نص الوصلة]، نص إضافي.&lt;/ref&gt;',
14411440 'wikieditor-toolbar-help-content-reference-result' => "نص الصفحة.<sup><a href='#'>[1]</a></sup>",
@@ -1593,8 +1592,8 @@
15941593 'wikieditor-toolbar-tool-subscript-example' => 'Subscript text',
15951594 'wikieditor-toolbar-group-insert' => 'حط',
15961595 'wikieditor-toolbar-tool-gallery' => 'جاليرى الصور',
1597 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Caption1
1598 -{{ns:file}}:Example.jpg|Caption2',
 1596+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Caption1
 1597+$1:Example.jpg|Caption2',
15991598 'wikieditor-toolbar-tool-newline' => 'سطر جديد',
16001599 'wikieditor-toolbar-tool-table' => 'جدول',
16011600 'wikieditor-toolbar-tool-table-example-old' => '! header 1
@@ -1691,8 +1690,8 @@
16921691 'wikieditor-toolbar-help-content-olist-syntax' => '# List item<br /># List item',
16931692 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>List item</li><li>List item</li></ol>',
16941693 'wikieditor-toolbar-help-content-file-description' => 'Embedded file',
1695 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Caption text]]',
1696 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Caption text</div></div>",
 1694+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Caption text]]',
 1695+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Caption text</div></div>",
16971696 'wikieditor-toolbar-help-content-reference-description' => 'مرجع',
16981697 'wikieditor-toolbar-help-content-reference-syntax' => 'Page text.&lt;ref name="test"&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;',
16991698 'wikieditor-toolbar-help-content-reference-result' => "Page text.<sup><a href='#'>[1]</a></sup>",
@@ -1825,8 +1824,8 @@
18261825 'wikieditor-toolbar-tool-subscript-example' => 'Юлдан аҫтағы текст',
18271826 'wikieditor-toolbar-group-insert' => 'Өҫтәү',
18281827 'wikieditor-toolbar-tool-gallery' => 'Рәсемдәр йыйынтығы',
1829 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Миҫал.jpg|Тасуирлама1
1830 -{{ns:file}}:Миҫал.jpg|Тасуирлама2',
 1828+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Миҫал.jpg|Тасуирлама1
 1829+$1:Миҫал.jpg|Тасуирлама2',
18311830 'wikieditor-toolbar-tool-newline' => 'Яңы юл',
18321831 'wikieditor-toolbar-tool-table' => 'Таблица',
18331832 'wikieditor-toolbar-tool-table-example-old' => '! башлыҡ 1
@@ -1931,8 +1930,8 @@
19321931 'wikieditor-toolbar-help-content-olist-syntax' => '# Исемлектең бер юлы<br /># Исемлектең бер юлы',
19331932 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Исемлектең бер юлы</li><li>Исемлектең бер юлы</li></ol>',
19341933 'wikieditor-toolbar-help-content-file-description' => 'Индерелгән файл',
1935 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Миҫал.png|thumb|Аңлатма]]',
1936 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Аңлатма' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ҙурайтырға' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Аңлатма</div></div>",
 1934+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Миҫал.png|thumb|Аңлатма]]',
 1935+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Аңлатма' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ҙурайтырға' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Аңлатма</div></div>",
19371936 'wikieditor-toolbar-help-content-reference-description' => 'Төшөрмә',
19381937 'wikieditor-toolbar-help-content-reference-syntax' => 'Биттәге текст.&lt;ref name="test"&gt;[http://www.example.org Һылтанма тексты], өҫтәмә текст.&lt;/ref&gt;',
19391938 'wikieditor-toolbar-help-content-reference-result' => "Биттәге текст.<sup><a href='#'>[1]</a></sup>",
@@ -2065,8 +2064,8 @@
20662065 'wikieditor-toolbar-tool-subscript-example' => 'Падрадковы тэкст',
20672066 'wikieditor-toolbar-group-insert' => 'Уставіць',
20682067 'wikieditor-toolbar-tool-gallery' => 'Галерэя выяў',
2069 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Апісанне1
2070 -{{ns:file}}:Example.jpg|Апісанне2',
 2068+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Апісанне1
 2069+$1:Example.jpg|Апісанне2',
20712070 'wikieditor-toolbar-tool-newline' => 'Новы радок',
20722071 'wikieditor-toolbar-tool-table' => 'Табліца',
20732072 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -2172,8 +2171,8 @@
21732172 'wikieditor-toolbar-help-content-olist-syntax' => '# Элемент пераліка<br /># Элемент пераліка',
21742173 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Элемент пераліка</li><li>Элемент пераліка</li></ol>',
21752174 'wikieditor-toolbar-help-content-file-description' => 'Файл у тэксце',
2176 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Апісанне файла]]',
2177 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Апісанне файла' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Апісанне файла</div></div>",
 2175+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Апісанне файла]]',
 2176+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Апісанне файла' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Апісанне файла</div></div>",
21782177 'wikieditor-toolbar-help-content-reference-description' => 'Зноска',
21792178 'wikieditor-toolbar-help-content-reference-syntax' => 'Тэкст на старонцы.&lt;ref name="test"&gt;[http://www.example.org Тэкст спасылкі], астатні тэкст зноскі.&lt;/ref&gt;',
21802179 'wikieditor-toolbar-help-content-reference-result' => "Тэкст на старонцы.<sup><a href='#'>[1]</a></sup>",
@@ -2302,8 +2301,8 @@
23032302 'wikieditor-toolbar-tool-subscript-example' => 'Падрадковы тэкст',
23042303 'wikieditor-toolbar-group-insert' => 'Уставіць',
23052304 'wikieditor-toolbar-tool-gallery' => 'Галерэя выяваў',
2306 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Прыклад.jpg|Подпіс1
2307 -{{ns:file}}:Прыклад.jpg|Подпіс2',
 2305+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Прыклад.jpg|Подпіс1
 2306+$1:Прыклад.jpg|Подпіс2',
23082307 'wikieditor-toolbar-tool-newline' => 'Новы радок',
23092308 'wikieditor-toolbar-tool-table' => 'Табліца',
23102309 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -2409,8 +2408,8 @@
24102409 'wikieditor-toolbar-help-content-olist-syntax' => '# Элемэнт сьпісу<br /># Элемэнт сьпісу',
24112410 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Элемэнт сьпісу</li><li>Элемэнт сьпісу</li></ol>',
24122411 'wikieditor-toolbar-help-content-file-description' => 'Укладзены файл',
2413 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Прыклад.png|thumb|Тэкст подпісу]]',
2414 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Тэкст подпісу' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Тэкст подпісу</div></div>",
 2412+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Прыклад.png|thumb|Тэкст подпісу]]',
 2413+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Тэкст подпісу' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Тэкст подпісу</div></div>",
24152414 'wikieditor-toolbar-help-content-reference-description' => 'Зноска',
24162415 'wikieditor-toolbar-help-content-reference-syntax' => 'Тэкст старонкі.&lt;ref name="test"&gt;[http://www.example.org Тэкст спасылкі], дадатковы тэкст.&lt;/ref&gt;',
24172416 'wikieditor-toolbar-help-content-reference-result' => "Тэкст старонкі.<sup><a href='#'>[1]</a></sup>",
@@ -2534,8 +2533,8 @@
25352534 'wikieditor-toolbar-tool-subscript-example' => 'Текст в долен индекс',
25362535 'wikieditor-toolbar-group-insert' => 'Вмъкване',
25372536 'wikieditor-toolbar-tool-gallery' => 'Галерия',
2538 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Описание1
2539 -{{ns:file}}:Example.jpg|Описание2',
 2537+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Описание1
 2538+$1:Example.jpg|Описание2',
25402539 'wikieditor-toolbar-tool-newline' => 'Нов ред',
25412540 'wikieditor-toolbar-tool-table' => 'Таблица',
25422541 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -2640,8 +2639,8 @@
26412640 'wikieditor-toolbar-help-content-olist-syntax' => '# Елемент от списъка<br /># Елемент от списъка',
26422641 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Елемент от списъка</li><li>Елемент от списъка</li></ol>',
26432642 'wikieditor-toolbar-help-content-file-description' => 'Вграден файл',
2644 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|мини|Текст под картинката]]',
2645 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Текст под картинката' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Уголемяване' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Текст под картинката</div></div>",
 2643+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|мини|Текст под картинката]]',
 2644+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Текст под картинката' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Уголемяване' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Текст под картинката</div></div>",
26462645 'wikieditor-toolbar-help-content-reference-description' => 'Източник',
26472646 'wikieditor-toolbar-help-content-reference-syntax' => 'Текст на страницата.&lt;ref name="test"&gt;[http://www.example.org Текст на външната препратка], допълнителен текст.&lt;/ref&gt;',
26482647 'wikieditor-toolbar-help-content-reference-result' => "Текст на страницата.<sup><a href='#'>[1]</a></sup>",
@@ -2751,8 +2750,8 @@
27522751 'wikieditor-toolbar-tool-subscript-example' => 'Naskah subscript',
27532752 'wikieditor-toolbar-group-insert' => 'Masukakan',
27542753 'wikieditor-toolbar-tool-gallery' => 'Ruang gambar',
2755 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Cuntuh.jpg|Judul1
2756 -{{ns:file}}:Cuntuh.jpg|Judul2',
 2754+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Cuntuh.jpg|Judul1
 2755+$1:Cuntuh.jpg|Judul2',
27572756 'wikieditor-toolbar-tool-newline' => 'Baris hanyar',
27582757 'wikieditor-toolbar-tool-table' => 'Tabel',
27592758 'wikieditor-toolbar-tool-table-example-old' => ' -
@@ -2851,7 +2850,7 @@
28522851 'wikieditor-toolbar-help-content-olist-syntax' => '# Isi daptar<br /># Isi daptar',
28532852 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Isi daptar</li><li>Isi daptar</li></ol>',
28542853 'wikieditor-toolbar-help-content-file-description' => 'Maktub-akan barakas',
2855 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Cuntuh.png|thumb|Naskah judul gambar]]',
 2854+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Cuntuh.png|thumb|Naskah judul gambar]]',
28562855 'wikieditor-toolbar-help-content-reference-description' => 'Rujukan',
28572856 'wikieditor-toolbar-help-content-reference-result' => "Naskah tungkaran.<sup><a href='#'>[1]</a></sup>",
28582857 'wikieditor-toolbar-help-content-rereference-result' => "Naskah tungkaran.<sup><a href='#'>[1]</a></sup>",
@@ -2970,8 +2969,8 @@
29712970 'wikieditor-toolbar-tool-subscript-example' => 'সাবস্ক্রিপ্ট লেখা',
29722971 'wikieditor-toolbar-group-insert' => 'যোগ করো',
29732972 'wikieditor-toolbar-tool-gallery' => 'ছবির গ্যালারী',
2974 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|ক্যাপশন১
2975 -{{ns:file}}:Example.jpg|ক্যাপশন২',
 2973+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|ক্যাপশন১
 2974+$1:Example.jpg|ক্যাপশন২',
29762975 'wikieditor-toolbar-tool-newline' => 'নতুন লাইন',
29772976 'wikieditor-toolbar-tool-table' => 'ছক',
29782977 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -3077,7 +3076,7 @@
30783077 'wikieditor-toolbar-help-content-olist-syntax' => '# তালিকা আইটেম <br /># তালিকা আইটেম',
30793078 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>তালিকা আইটেম</li><li>তালিকা আইটেম</li></ol>',
30803079 'wikieditor-toolbar-help-content-file-description' => 'এম্বেডেড ফাইল',
3081 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|ক্যাপশন লেখ]]',
 3080+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|ক্যাপশন লেখ]]',
30823081 'wikieditor-toolbar-help-content-reference-description' => 'তথ্যসূত্র',
30833082 'wikieditor-toolbar-help-content-reference-result' => "পাতার লেখা।<sup><a href='#'>[1]</a></sup>",
30843083 'wikieditor-toolbar-help-content-rereference-description' => 'একই তথ্যসূত্রের একাধিক ব্যবহার',
@@ -3198,8 +3197,8 @@
31993198 'wikieditor-toolbar-tool-subscript-example' => 'সাবস্ক্রিপ্ট মেয়েক',
32003199 'wikieditor-toolbar-group-insert' => 'বরা',
32013200 'wikieditor-toolbar-tool-gallery' => 'ফটকর গ্যালারী',
3202 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|ক্যাপশন১
3203 -{{ns:file}}:Example.jpg|ক্যাপশন২',
 3201+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|ক্যাপশন১
 3202+$1:Example.jpg|ক্যাপশন২',
32043203 'wikieditor-toolbar-tool-newline' => 'নুৱা পারেঙ',
32053204 'wikieditor-toolbar-tool-table' => 'ছক',
32063205 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -3305,8 +3304,8 @@
33063305 'wikieditor-toolbar-help-content-olist-syntax' => '# পারেঙর মেথেল<br /># পারেঙর মেথেল',
33073306 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>পারেঙর মেথেল</li><li>পারেঙর মেথেল</li></ol>',
33083307 'wikieditor-toolbar-help-content-file-description' => 'এম্বেডেড ফাইলগ',
3309 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|ক্যাপশনর মেয়ক]]',
3310 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='ক্যাপশর মেয়েক' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='ডাঙরকর' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>ক্যাপশর মেয়েক</div></div>",
 3308+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|ক্যাপশনর মেয়ক]]',
 3309+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='ক্যাপশর মেয়েক' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='ডাঙরকর' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>ক্যাপশর মেয়েক</div></div>",
33113310 'wikieditor-toolbar-help-content-reference-description' => 'রেফারেন্সহানি',
33123311 'wikieditor-toolbar-help-content-reference-syntax' => 'পাতার ইকাহানি।&lt;ref name="test"&gt;[http://www.example.org মিলাপর মেয়েকগি], আরতাউ মেয়েক।&lt;/ref&gt;',
33133312 'wikieditor-toolbar-help-content-reference-result' => "পাতার ইকা।<sup><a href='#'>[1]</a></sup>",
@@ -3435,8 +3434,8 @@
34363435 'wikieditor-toolbar-tool-subscript-example' => 'Testenn e feur',
34373436 'wikieditor-toolbar-group-insert' => "Ensoc'hañ",
34383437 'wikieditor-toolbar-tool-gallery' => 'Skeudennaoueg',
3439 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Skouer.jpg|Deskrivadur1
3440 -{{ns:file}}:Skouer.jpg|Deskrivadur2',
 3438+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Skouer.jpg|Deskrivadur1
 3439+$1:Skouer.jpg|Deskrivadur2',
34413440 'wikieditor-toolbar-tool-newline' => 'Linenn nevez',
34423441 'wikieditor-toolbar-tool-table' => 'Taolenn',
34433442 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -3542,8 +3541,8 @@
35433542 'wikieditor-toolbar-help-content-olist-syntax' => '# Elfenn eus ar roll<br /># Elfenn eus ar roll',
35443543 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Elfenn eus ar roll</li><li>Elfenn eus ar roll</li></ol>',
35453544 'wikieditor-toolbar-help-content-file-description' => 'Restr enframmet',
3546 - 'wikieditor-toolbar-help-content-file-syntax' => "[[{{ns:file}}:Example.png|thumb|Alc'hwez ar skeudenn]]",
3547 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Testenn an alc'hwez' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Brasaat' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testenn an alc'hwez</div></div>",
 3545+ 'wikieditor-toolbar-help-content-file-syntax' => "[[$1:Example.png|thumb|Alc'hwez ar skeudenn]]",
 3546+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Testenn an alc'hwez' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Brasaat' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testenn an alc'hwez</div></div>",
35483547 'wikieditor-toolbar-help-content-reference-description' => 'Daveenn',
35493548 'wikieditor-toolbar-help-content-reference-syntax' => 'Testenn ar bajenn.&lt;ref name="test"&gt;[http://www.example.org testenn al liamm], testenn ouzhpenn.&lt;/ref&gt;',
35503549 'wikieditor-toolbar-help-content-reference-result' => "Testenn ar bajenn.<sup><a href='#'>[1]</a></sup>",
@@ -3670,8 +3669,8 @@
36713670 'wikieditor-toolbar-tool-subscript-example' => 'Tekst indeksa',
36723671 'wikieditor-toolbar-group-insert' => 'Ubaci',
36733672 'wikieditor-toolbar-tool-gallery' => 'Galerija slika',
3674 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Opis1
3675 -{{ns:file}}:Example.jpg|Opis2',
 3673+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Opis1
 3674+$1:Example.jpg|Opis2',
36763675 'wikieditor-toolbar-tool-newline' => 'Nova linija',
36773676 'wikieditor-toolbar-tool-table' => 'Tabela',
36783677 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -3777,8 +3776,8 @@
37783777 'wikieditor-toolbar-help-content-olist-syntax' => '# Stavka spiska<br /># Stavka spiska',
37793778 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Stavka spiska</li><li>Stavka spiska</li></ol>',
37803779 'wikieditor-toolbar-help-content-file-description' => 'Uklopljena datoteka',
3781 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Opis slike]]',
3782 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Opis slike' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Uvećajte' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Opis slike</div></div>",
 3780+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Opis slike]]',
 3781+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Opis slike' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Uvećajte' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Opis slike</div></div>",
37833782 'wikieditor-toolbar-help-content-reference-description' => 'Reference',
37843783 'wikieditor-toolbar-help-content-reference-syntax' => 'Tekst stranice.&lt;ref name="test"&gt;[http://www.example.org Tekst linka], dodatni tekst.&lt;/ref&gt;',
37853784 'wikieditor-toolbar-help-content-reference-result' => "Tekst stranice.<sup><a href='#'>[1]</a></sup>",
@@ -3908,8 +3907,8 @@
39093908 'wikieditor-toolbar-tool-subscript-example' => 'Text en subíndex',
39103909 'wikieditor-toolbar-group-insert' => 'Insereix',
39113910 'wikieditor-toolbar-tool-gallery' => "Galeria d'imatges",
3912 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Peu1
3913 -{{ns:file}}:Example.jpg|Peu2',
 3911+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Peu1
 3912+$1:Example.jpg|Peu2',
39143913 'wikieditor-toolbar-tool-newline' => 'Nova línia',
39153914 'wikieditor-toolbar-tool-table' => 'Taula',
39163915 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -4015,8 +4014,8 @@
40164015 'wikieditor-toolbar-help-content-olist-syntax' => '# Element de la llista<br /># Element de la llista',
40174016 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Element de la llista</li><li>Element de la llista</li></ol>',
40184017 'wikieditor-toolbar-help-content-file-description' => 'Fitxer incrustat',
4019 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Text descriptiu de la imatge]]',
4020 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Llegenda</div></div>",
 4018+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Text descriptiu de la imatge]]',
 4019+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Llegenda</div></div>",
40214020 'wikieditor-toolbar-help-content-reference-description' => 'Referències',
40224021 'wikieditor-toolbar-help-content-reference-syntax' => 'Text de la pàgina.&lt;ref name="test"&gt;[http://www.exemple.cat Nom de l\'enllaç], text addicional.&lt;/ref&gt;',
40234022 'wikieditor-toolbar-help-content-reference-result' => "Text de la pàgina.<sup><a href='#'>[1]</a></sup>",
@@ -4171,8 +4170,8 @@
41724171 'wikieditor-toolbar-tool-subscript-example' => 'دەقی ژێرنووس',
41734172 'wikieditor-toolbar-group-insert' => 'تێخستن',
41744173 'wikieditor-toolbar-tool-gallery' => 'گالێری وێنە',
4175 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:نموونە.jpg|شرۆڤەی ١
4176 -{{ns:file}}:نموونە.jpg|شرۆڤەی ٢',
 4174+ 'wikieditor-toolbar-tool-gallery-example' => '$1:نموونە.jpg|شرۆڤەی ١
 4175+$1:نموونە.jpg|شرۆڤەی ٢',
41774176 'wikieditor-toolbar-tool-newline' => 'ھێڵی نوێ',
41784177 'wikieditor-toolbar-tool-table' => 'خشتە',
41794178 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -4275,8 +4274,8 @@
42764275 'wikieditor-toolbar-help-content-olist-syntax' => '# ئەندامی لیست<br /># ئەندامی لیست',
42774276 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>ئەندامی لیست</li><li>ئەندامی لیست</li></ol>',
42784277 'wikieditor-toolbar-help-content-file-description' => 'پەڕگەی نێودەق',
4279 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:نموونە.png|وێنۆک|دەقی شرۆڤە]]',
4280 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='دەقی شرۆڤە' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='گەورەکردنەوە' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>دەقی شرۆڤە</div></div>",
 4278+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:نموونە.png|وێنۆک|دەقی شرۆڤە]]',
 4279+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='دەقی شرۆڤە' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='گەورەکردنەوە' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>دەقی شرۆڤە</div></div>",
42814280 'wikieditor-toolbar-help-content-reference-description' => 'سەرچاوە',
42824281 'wikieditor-toolbar-help-content-reference-syntax' => 'دەقی پەڕە.&lt;ref name="test"&gt;[http://www.example.org دەقی بەستەر], دەقی زیادی.&lt;/ref&gt;',
42834282 'wikieditor-toolbar-help-content-reference-result' => "دەقی پەڕە.<sup><a href='#'>[1]</a></sup>",
@@ -4412,8 +4411,8 @@
44134412 'wikieditor-toolbar-tool-subscript-example' => 'Text v dolním indexu',
44144413 'wikieditor-toolbar-group-insert' => 'Vložit',
44154414 'wikieditor-toolbar-tool-gallery' => 'Galerie obrázků',
4416 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Příklad.jpg|Titulek 1
4417 -{{ns:file}}:Příklad.jpg|Titulek 2',
 4415+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Příklad.jpg|Titulek 1
 4416+$1:Příklad.jpg|Titulek 2',
44184417 'wikieditor-toolbar-tool-newline' => 'Nový řádek',
44194418 'wikieditor-toolbar-tool-table' => 'Tabulka',
44204419 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -4519,8 +4518,8 @@
45204519 'wikieditor-toolbar-help-content-olist-syntax' => '# Položka seznamu<br /># Položka seznamu',
45214520 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Položka seznamu</li><li>Položka seznamu</li></ol>',
45224521 'wikieditor-toolbar-help-content-file-description' => 'Vložení souboru',
4523 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Příklad.png|thumb|Text titulku]]',
4524 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Text titulku' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Zvětšit' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Text titulku</div></div>",
 4522+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Příklad.png|thumb|Text titulku]]',
 4523+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Text titulku' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Zvětšit' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Text titulku</div></div>",
45254524 'wikieditor-toolbar-help-content-reference-description' => 'Poznámka',
45264525 'wikieditor-toolbar-help-content-reference-syntax' => 'Text stránky.&lt;ref name="test"&gt;[http://www.example.org Text odkazu], další text.&lt;/ref&gt;',
45274526 'wikieditor-toolbar-help-content-reference-result' => "Text stránky.<sup><a href='#'>[1]</a></sup>",
@@ -4749,8 +4748,8 @@
47504749 'wikieditor-toolbar-tool-subscript-example' => 'Ysgrifennwch isysgrif fan hyn',
47514750 'wikieditor-toolbar-group-insert' => 'Mewnosod',
47524751 'wikieditor-toolbar-tool-gallery' => 'Oriel lluniau',
4753 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Enghraifft.jpg|Disgrifiad1
4754 -{{ns:file}}:Enghraifft.jpg|Disgrifiad2',
 4752+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Enghraifft.jpg|Disgrifiad1
 4753+$1:Enghraifft.jpg|Disgrifiad2',
47554754 'wikieditor-toolbar-tool-newline' => 'Llinell newydd',
47564755 'wikieditor-toolbar-tool-table' => 'Tabl',
47574756 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -4856,8 +4855,8 @@
48574856 'wikieditor-toolbar-help-content-olist-syntax' => '# Eitem ar y rhestr<br /># Eitem ar y rhestr',
48584857 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Eitem ar y rhestr</li><li>Eitem ar y rhestr</li></ol>',
48594858 'wikieditor-toolbar-help-content-file-description' => 'Ffeil mewnosodol',
4860 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Enghraifft.png|thumb|Disgrifiad]]',
4861 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Egluryn' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Chwyddo' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Egluryn</div></div>",
 4859+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Enghraifft.png|thumb|Disgrifiad]]',
 4860+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Egluryn' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Chwyddo' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Egluryn</div></div>",
48624861 'wikieditor-toolbar-help-content-reference-description' => 'Troednodyn',
48634862 'wikieditor-toolbar-help-content-reference-syntax' => 'Testun y dudalen.&lt;ref name="test"&gt;[http://www.enghraifft.org ysgrifen y cyswllt], ysgrifen ychwanegol.&lt;/ref&gt;',
48644863 'wikieditor-toolbar-help-content-reference-result' => 'Testun y dudalen.',
@@ -4985,8 +4984,8 @@
49864985 'wikieditor-toolbar-tool-subscript-example' => 'Sænket skrift',
49874986 'wikieditor-toolbar-group-insert' => 'Indsæt',
49884987 'wikieditor-toolbar-tool-gallery' => 'Billedgalleri',
4989 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Eksempel.jpg|Billedtekst1
4990 -{{ns:file}}:Eksempel.jpg|Billedtekst2',
 4988+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Eksempel.jpg|Billedtekst1
 4989+$1:Eksempel.jpg|Billedtekst2',
49914990 'wikieditor-toolbar-tool-newline' => 'Ny linje',
49924991 'wikieditor-toolbar-tool-table' => 'Tabel',
49934992 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -5090,8 +5089,8 @@
50915090 'wikieditor-toolbar-help-content-olist-syntax' => '# Listeelement<br /># Listeelement',
50925091 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Listeelement</li><li>Listeelement</li></ol>',
50935092 'wikieditor-toolbar-help-content-file-description' => 'Indlejret fil',
5094 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Billedtekst]]',
5095 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Billedtekst' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Forstør' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Billedtekst</div></div>",
 5093+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Billedtekst]]',
 5094+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Billedtekst' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Forstør' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Billedtekst</div></div>",
50965095 'wikieditor-toolbar-help-content-reference-description' => 'Fodnote',
50975096 'wikieditor-toolbar-help-content-reference-syntax' => 'Sidetekst.&lt;ref name="test"&gt;[http://www.example.org Henvisningstekst], yderligere tekst.&lt;/ref&gt;',
50985097 'wikieditor-toolbar-help-content-reference-result' => "Sidetekst.<sup><a href='#'>[1]</a></sup>",
@@ -5225,8 +5224,8 @@
52265225 'wikieditor-toolbar-tool-subscript-example' => 'Tiefgestellter Text',
52275226 'wikieditor-toolbar-group-insert' => 'Einfügen',
52285227 'wikieditor-toolbar-tool-gallery' => 'Bildergalerie',
5229 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Beispiel.jpg|Beschreibung1
5230 -{{ns:file}}:Beispiel.jpg|Beschreibung2',
 5228+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Beispiel.jpg|Beschreibung1
 5229+$1:Beispiel.jpg|Beschreibung2',
52315230 'wikieditor-toolbar-tool-newline' => 'Neue Zeile',
52325231 'wikieditor-toolbar-tool-table' => 'Tabelle',
52335232 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -5332,8 +5331,8 @@
53335332 'wikieditor-toolbar-help-content-olist-syntax' => '# Listeneintrag<br /># Listeneintrag',
53345333 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Listeneintrag</li><li>Listeneintrag</li></ol>',
53355334 'wikieditor-toolbar-help-content-file-description' => 'Eingebettete Datei',
5336 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Beispiel.png|thumb|Beschreibung]]',
5337 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Beschreibung' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergrößern' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Beschreibung</div></div>",
 5335+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Beispiel.png|thumb|Beschreibung]]',
 5336+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Beschreibung' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergrößern' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Beschreibung</div></div>",
53385337 'wikieditor-toolbar-help-content-reference-description' => 'Beleg',
53395338 'wikieditor-toolbar-help-content-reference-syntax' => 'Seitentext.&lt;ref name="test"&gt;[http://www.beispiel.org Linktext], zusätzlicher Text.&lt;/ref&gt;',
53405339 'wikieditor-toolbar-help-content-reference-result' => "Seitentext.<sup><a href='#'>[1]</a></sup>",
@@ -5475,8 +5474,8 @@
54765475 'wikieditor-toolbar-tool-subscript-example' => 'metnê simgeya cêrıni',
54775476 'wikieditor-toolbar-group-insert' => 'têare ker',
54785477 'wikieditor-toolbar-tool-gallery' => 'galeriya resmi',
5479 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:misal.jpg|nuşteyê resmi1
5480 -{{ns:file}}:misal.jpg|nuşteyê resmi2',
 5478+ 'wikieditor-toolbar-tool-gallery-example' => '$1:misal.jpg|nuşteyê resmi1
 5479+$1:misal.jpg|nuşteyê resmi2',
54815480 'wikieditor-toolbar-tool-newline' => 'satıro newe',
54825481 'wikieditor-toolbar-tool-table' => 'Tablo',
54835482 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -5579,8 +5578,8 @@
55805579 'wikieditor-toolbar-help-content-olist-syntax' => '# unsurê listeyi<br /># unsurê listeyi',
55815580 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>unsurê listeyi</li><li>unsurê listeyi</li></ol>',
55825581 'wikieditor-toolbar-help-content-file-description' => 'dosyaya weradaye/nımıte',
5583 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Nuşteyê resîmî]]',
5584 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>metnê resmi</div></div>",
 5582+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Nuşteyê resîmî]]',
 5583+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>metnê resmi</div></div>",
55855584 'wikieditor-toolbar-help-content-reference-description' => 'çıme/referans',
55865585 'wikieditor-toolbar-help-content-reference-syntax' => 'metnê peli.&lt;ref name="tesel kerdış/cerebnayiş"&gt;[http://www.misal.org metnê gıreyi], zeylê metni.&lt;/ref&gt;',
55875586 'wikieditor-toolbar-help-content-reference-result' => "metnê peli.<sup><a href='#'>[1]</a></sup>",
@@ -5706,8 +5705,8 @@
57075706 'wikieditor-toolbar-tool-subscript-example' => 'Dłymoko stajony tekst',
57085707 'wikieditor-toolbar-group-insert' => 'Zasunuś',
57095708 'wikieditor-toolbar-tool-gallery' => 'Wobrazowa galerija',
5710 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Pśikład.jpg|Pópisanje1
5711 -{{ns:file}}:Pśikład.jpg|Pópisanje2',
 5709+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Pśikład.jpg|Pópisanje1
 5710+$1:Pśikład.jpg|Pópisanje2',
57125711 'wikieditor-toolbar-tool-newline' => 'Nowa smužka',
57135712 'wikieditor-toolbar-tool-table' => 'Tabela',
57145713 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -5813,8 +5812,8 @@
58145813 'wikieditor-toolbar-help-content-olist-syntax' => '# Lisćinowy zapisk<br /># Lisćinowy zapisk',
58155814 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Lisćinowy zapisk</li><li>Lisćinowy zapisk</li></ol>',
58165815 'wikieditor-toolbar-help-content-file-description' => 'Zasajźona dataja',
5817 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Wobrazowe pópisanje]]',
5818 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Wobrazowe pópisanje' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Powětšyś' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Wobrazowe pópisanje</div></div>",
 5816+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Wobrazowe pópisanje]]',
 5817+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Wobrazowe pópisanje' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Powětšyś' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Wobrazowe pópisanje</div></div>",
58195818 'wikieditor-toolbar-help-content-reference-description' => 'Referenca',
58205819 'wikieditor-toolbar-help-content-reference-syntax' => 'Tekst boka.&lt;ref name="test"&gt;[http://www.example.org Tekst wótkaza], pśidatny tekst.&lt;/ref&gt;',
58215820 'wikieditor-toolbar-help-content-reference-result' => "Tekst boka.<sup><a href='#'>[1]</a></sup>",
@@ -5946,8 +5945,8 @@
59475946 'wikieditor-toolbar-tool-subscript-example' => 'Κείμενο-δείκτης',
59485947 'wikieditor-toolbar-group-insert' => 'Εισαγωγή',
59495948 'wikieditor-toolbar-tool-gallery' => 'Συλλογή εικόνων',
5950 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Λεζάντα1
5951 -{{ns:file}}:Example.jpg|Λεζάντα2',
 5949+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Λεζάντα1
 5950+$1:Example.jpg|Λεζάντα2',
59525951 'wikieditor-toolbar-tool-newline' => 'Νέα γραμμή',
59535952 'wikieditor-toolbar-tool-table' => 'Πίνακας',
59545953 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -6053,8 +6052,8 @@
60546053 'wikieditor-toolbar-help-content-olist-syntax' => '# Αντικείμενο της λίστας<br /># Αντικείμενο της λίστας',
60556054 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Στοιχείο λίστας</li><li>Στοιχείο λίστας</li></ol>',
60566055 'wikieditor-toolbar-help-content-file-description' => 'Ενσωματωμένο αρχείο',
6057 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Κείμενο περιγραφής]]',
6058 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Κείμενο τίτλων' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Κείμενο τίτλων</div></div>",
 6056+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Κείμενο περιγραφής]]',
 6057+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Κείμενο τίτλων' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Κείμενο τίτλων</div></div>",
60596058 'wikieditor-toolbar-help-content-reference-description' => 'Παραπομπή',
60606059 'wikieditor-toolbar-help-content-reference-syntax' => 'Κείμενο σελίδας.&lt;ref name="test"&gt;[http://www.example.org Κείμενο συνδέσμου], επιπλέον κείμενο.&lt;/ref&gt;',
60616060 'wikieditor-toolbar-help-content-reference-result' => "Κείμενο σελίδας.<sup><a href='#'>[1]</a></sup>",
@@ -6185,8 +6184,8 @@
61866185 'wikieditor-toolbar-tool-subscript-example' => 'Malalta skribo',
61876186 'wikieditor-toolbar-group-insert' => 'Enmeti',
61886187 'wikieditor-toolbar-tool-gallery' => 'Bilda galerio',
6189 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Ekzemplo.jpg|Teksto1 pri dosiero
6190 -{{ns:file}}:Ekzemplo.jpg|Teksto2 pri dosiero',
 6188+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Ekzemplo.jpg|Teksto1 pri dosiero
 6189+$1:Ekzemplo.jpg|Teksto2 pri dosiero',
61916190 'wikieditor-toolbar-tool-newline' => 'Nova linio',
61926191 'wikieditor-toolbar-tool-table' => 'Tabelo',
61936192 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -6292,8 +6291,8 @@
62936292 'wikieditor-toolbar-help-content-olist-syntax' => '# Listero<br /># Listero',
62946293 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Listero</li><li>Listero</li></ol>',
62956294 'wikieditor-toolbar-help-content-file-description' => 'Enmetita dosiero',
6296 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Teksto pri dosiero]]',
6297 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Pligrandigi' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teksto pri dosiero</div></div>",
 6295+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Teksto pri dosiero]]',
 6296+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Pligrandigi' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teksto pri dosiero</div></div>",
62986297 'wikieditor-toolbar-help-content-reference-description' => 'Piednoto',
62996298 'wikieditor-toolbar-help-content-reference-syntax' => 'Paĝa teksto.&lt;ref name="test"&gt;[http://www.ekzemplo.org Ligila teksto], aldona teksto.&lt;/ref&gt;',
63006299 'wikieditor-toolbar-help-content-reference-result' => "Paĝa teksto.<sup><a href='#'>[1]</a></sup>",
@@ -6427,8 +6426,8 @@
64286427 'wikieditor-toolbar-tool-subscript-example' => 'Texto suscrito',
64296428 'wikieditor-toolbar-group-insert' => 'Insertar',
64306429 'wikieditor-toolbar-tool-gallery' => 'Galería de fotos',
6431 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Ejemplo.jpg|Descripción1
6432 -{{ns:file}}:Ejemplo.jpg|Descripción2',
 6430+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Ejemplo.jpg|Descripción1
 6431+$1:Ejemplo.jpg|Descripción2',
64336432 'wikieditor-toolbar-tool-newline' => 'Nueva línea',
64346433 'wikieditor-toolbar-tool-table' => 'Tabla',
64356434 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -6534,8 +6533,8 @@
65356534 'wikieditor-toolbar-help-content-olist-syntax' => '# Listar item<br /># Listar item',
65366535 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Listar item</li><li>Listar item</li></ol>',
65376536 'wikieditor-toolbar-help-content-file-description' => 'Archivo empotrado',
6538 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Ejemplo.png|thumb|Leyenda de texto]]',
6539 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Texto leyenda</div></div>",
 6537+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Ejemplo.png|thumb|Leyenda de texto]]',
 6538+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Texto leyenda</div></div>",
65406539 'wikieditor-toolbar-help-content-reference-description' => 'Referencia',
65416540 'wikieditor-toolbar-help-content-reference-syntax' => 'Texto de página.&lt;ref name="test"&gt;[http://www.example.org Texto de vínculo], texto adicional.&lt;/ref&gt;',
65426541 'wikieditor-toolbar-help-content-reference-result' => "Texto de página.<sup><a href='#'>[1]</a></sup>",
@@ -6658,8 +6657,8 @@
66596658 'wikieditor-toolbar-tool-subscript-example' => 'Tekst allindeksina',
66606659 'wikieditor-toolbar-group-insert' => 'Lisa',
66616660 'wikieditor-toolbar-tool-gallery' => 'Pildigalerii',
6662 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Näide.jpg|Pildiallkiri1
6663 -{{ns:file}}:Näide.jpg|Pildiallkiri2',
 6661+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Näide.jpg|Pildiallkiri1
 6662+$1:Näide.jpg|Pildiallkiri2',
66646663 'wikieditor-toolbar-tool-newline' => 'Uus rida',
66656664 'wikieditor-toolbar-tool-table' => 'Tabel',
66666665 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -6763,8 +6762,8 @@
67646763 'wikieditor-toolbar-help-content-olist-syntax' => '# Loendi liige<br /># Loendi liige',
67656764 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Loendi liige</li><li>Loendi liige</li></ol>',
67666765 'wikieditor-toolbar-help-content-file-description' => 'Manusfail',
6767 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Näide.png|thumb|Pildiallkiri.]]',
6768 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Pildiallkiri' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Suurenda' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Pildiallkiri</div></div>",
 6766+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Näide.png|thumb|Pildiallkiri.]]',
 6767+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Pildiallkiri' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Suurenda' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Pildiallkiri</div></div>",
67696768 'wikieditor-toolbar-help-content-reference-description' => 'Viide',
67706769 'wikieditor-toolbar-help-content-reference-syntax' => 'Lehekülje tekst.&lt;ref name="test"&gt;[http://www.näide.ee Lingi tekst], täiendav tekst.&lt;/ref&gt;',
67716770 'wikieditor-toolbar-help-content-reference-result' => "Lehekülje tekst.<sup><a href='#'>[1]</a></sup>",
@@ -6893,8 +6892,8 @@
68946893 'wikieditor-toolbar-tool-subscript-example' => 'Azpiindizearen testua',
68956894 'wikieditor-toolbar-group-insert' => 'Txertatu',
68966895 'wikieditor-toolbar-tool-gallery' => 'Irudi galeria',
6897 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Adibidea.jpg|Oina1
6898 -{{ns:file}}:Adibidea.jpg|Oina2',
 6896+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Adibidea.jpg|Oina1
 6897+$1:Adibidea.jpg|Oina2',
68996898 'wikieditor-toolbar-tool-newline' => 'Lerro berria',
69006899 'wikieditor-toolbar-tool-table' => 'Taula',
69016900 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -7000,8 +6999,8 @@
70017000 'wikieditor-toolbar-help-content-olist-syntax' => '# Zerrendako elementua<br /># Zerrendako elementua',
70027001 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Zerrendako elementua</li><li>Zerrendako elementua</li></ol>',
70037002 'wikieditor-toolbar-help-content-file-description' => 'Fitxategia txertatu',
7004 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Adibidea.png|thumb|Irudi oina]]',
7005 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Irudiaren testua' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Handitu' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Irudi oina</div></div>",
 7003+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Adibidea.png|thumb|Irudi oina]]',
 7004+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Irudiaren testua' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Handitu' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Irudi oina</div></div>",
70067005 'wikieditor-toolbar-help-content-reference-description' => 'Erreferentzia',
70077006 'wikieditor-toolbar-help-content-reference-syntax' => 'Orrialdearen testua.&lt;ref name="proba"&gt;[http://www.adibidea.org Loturaren testua], testu gehigarria.&lt;/ref&gt;',
70087007 'wikieditor-toolbar-help-content-reference-result' => "Orrialdearen testua.<sup><a href='#'>[1]</a></sup>",
@@ -7128,8 +7127,8 @@
71297128 'wikieditor-toolbar-tool-subscript-example' => 'متن زیرنویس',
71307129 'wikieditor-toolbar-group-insert' => 'اضافه کردن',
71317130 'wikieditor-toolbar-tool-gallery' => 'نگارخانهٔ تصویر',
7132 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:مثال.jpg|عنوان ۱
7133 -{{ns:file}}:مثال.jpg|عنوان ۲',
 7131+ 'wikieditor-toolbar-tool-gallery-example' => '$1:مثال.jpg|عنوان ۱
 7132+$1:مثال.jpg|عنوان ۲',
71347133 'wikieditor-toolbar-tool-newline' => 'خط جدید',
71357134 'wikieditor-toolbar-tool-table' => 'جدول',
71367135 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -7235,8 +7234,8 @@
72367235 'wikieditor-toolbar-help-content-olist-syntax' => '# مورد فهرست<br /># مورد فهرست',
72377236 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>مورد فهرست</li><li>مورد فهرست</li></ol>',
72387237 'wikieditor-toolbar-help-content-file-description' => 'پرونده جاسازی‌شده',
7239 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:مثال.png|thumb|متن عنوان]]',
7240 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='متن عنوان' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='بزرگ‌نمایی' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>متن عنوان</div></div>",
 7238+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:مثال.png|thumb|متن عنوان]]',
 7239+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='متن عنوان' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='بزرگ‌نمایی' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>متن عنوان</div></div>",
72417240 'wikieditor-toolbar-help-content-reference-description' => 'منبع',
72427241 'wikieditor-toolbar-help-content-reference-syntax' => 'متن صفحه.&lt;ref name="test"&gt;[http://www.example.org متن پیوند]، متن اضافی.&lt;/ref&gt;',
72437242 'wikieditor-toolbar-help-content-reference-result' => "متن صفحه.<sup><a href='#'>[1]</a></sup>",
@@ -7366,8 +7365,8 @@
73677366 'wikieditor-toolbar-tool-subscript-example' => 'Alaindeksin teksti',
73687367 'wikieditor-toolbar-group-insert' => 'Lisää',
73697368 'wikieditor-toolbar-tool-gallery' => 'Kuvagalleria',
7370 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Esimerkki.jpg|Kuvateksti1
7371 -{{ns:file}}:Esimerkki.jpg|Kuvateksti2',
 7369+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Esimerkki.jpg|Kuvateksti1
 7370+$1:Esimerkki.jpg|Kuvateksti2',
73727371 'wikieditor-toolbar-tool-newline' => 'Uusi rivi',
73737372 'wikieditor-toolbar-tool-table' => 'Taulukko',
73747373 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -7473,8 +7472,8 @@
74747473 'wikieditor-toolbar-help-content-olist-syntax' => '# Luettelon kohta<br /># Luettelon kohta',
74757474 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Luettelon kohta</li><li>Luettelon kohta</li></ol>',
74767475 'wikieditor-toolbar-help-content-file-description' => 'Tallennettu tiedosto',
7477 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Esimerkki.png|thumb|Kuvateksti]]',
7478 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Kuvateksti' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Suurenna' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Kuvateksti</div></div>",
 7476+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Esimerkki.png|thumb|Kuvateksti]]',
 7477+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Kuvateksti' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Suurenna' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Kuvateksti</div></div>",
74797478 'wikieditor-toolbar-help-content-reference-description' => 'Viite',
74807479 'wikieditor-toolbar-help-content-reference-syntax' => 'Sivun teksti.&lt;ref name="testi"&gt;[http://www.example.org Linkin teksti], lisäteksti.&lt;/ref&gt;',
74817480 'wikieditor-toolbar-help-content-reference-result' => "Sivun teksti.<sup><a href='#'>[1]</a></sup>",
@@ -7605,8 +7604,8 @@
76067605 'wikieditor-toolbar-tool-subscript-example' => 'Texte en indice',
76077606 'wikieditor-toolbar-group-insert' => 'Insérer',
76087607 'wikieditor-toolbar-tool-gallery' => 'Galerie de fichiers',
7609 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Exemple.jpg|Description 1
7610 -{{ns:file}}:Exemple.jpg|Description 2',
 7608+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Exemple.jpg|Description 1
 7609+$1:Exemple.jpg|Description 2',
76117610 'wikieditor-toolbar-tool-newline' => 'Saut de ligne',
76127611 'wikieditor-toolbar-tool-table' => 'Tableau',
76137612 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -7712,8 +7711,8 @@
77137712 'wikieditor-toolbar-help-content-olist-syntax' => '# Élément de la liste<br /># Élément de la liste',
77147713 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Élément de la liste</li><li>Élément de la liste</li></ol>',
77157714 'wikieditor-toolbar-help-content-file-description' => 'Fichier inséré',
7716 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Exemple.png|thumb|Texte affiché]]',
7717 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Texte affiché' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Texte affiché</div></div>",
 7715+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Exemple.png|thumb|Texte affiché]]',
 7716+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Texte affiché' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Texte affiché</div></div>",
77187717 'wikieditor-toolbar-help-content-reference-description' => 'Référence',
77197718 'wikieditor-toolbar-help-content-reference-syntax' => 'Texte de la page.&lt;ref name="test"&gt;[http://www.example.org texte du lien], texte additionnel.&lt;/ref&gt;',
77207719 'wikieditor-toolbar-help-content-reference-result' => "Texte de la page <sup><a href='#'>[1]</a></sup>",
@@ -7839,8 +7838,8 @@
78407839 'wikieditor-toolbar-tool-subscript-example' => 'Tèxto en segno',
78417840 'wikieditor-toolbar-group-insert' => 'Entrebetar',
78427841 'wikieditor-toolbar-tool-gallery' => 'Galerie d’émâges',
7843 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Ègzemplo.jpg|Dèscripcion 1
7844 -{{ns:file}}:Ègzemplo.jpg|Dèscripcion 2',
 7842+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Ègzemplo.jpg|Dèscripcion 1
 7843+$1:Ègzemplo.jpg|Dèscripcion 2',
78457844 'wikieditor-toolbar-tool-newline' => 'Sôt de legne',
78467845 'wikieditor-toolbar-tool-table' => 'Tablô',
78477846 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -7946,8 +7945,8 @@
79477946 'wikieditor-toolbar-help-content-olist-syntax' => '# Èlèment de la lista<br /># Èlèment de la lista',
79487947 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Èlèment de la lista</li><li>Èlèment de la lista</li></ol>',
79497948 'wikieditor-toolbar-help-content-file-description' => 'Fichiér entrebetâ',
7950 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Ègzemplo.png|thumb|Tèxto montrâ]]',
7951 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Tèxto montrâ' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Agrantir' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tèxto montrâ</div></div>",
 7949+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Ègzemplo.png|thumb|Tèxto montrâ]]',
 7950+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Tèxto montrâ' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Agrantir' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tèxto montrâ</div></div>",
79527951 'wikieditor-toolbar-help-content-reference-description' => 'Refèrence',
79537952 'wikieditor-toolbar-help-content-reference-syntax' => 'Tèxto de la pâge.&lt;ref name="test"&gt;[http://www.example.org tèxto du lim], tèxto de ples.&lt;/ref&gt;',
79547953 'wikieditor-toolbar-help-content-reference-result' => "Tèxto de la pâge.<sup><a href='#'>[1]</a></sup>",
@@ -8100,8 +8099,8 @@
81018100 'wikieditor-toolbar-tool-subscript-example' => 'Teacsa fo-sgrìobhte',
81028101 'wikieditor-toolbar-group-insert' => 'Cuir a-steach',
81038102 'wikieditor-toolbar-tool-gallery' => 'Gailearaidh nan dealbh',
8104 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Ballsampaill.jpg|Mìneachadh an deilbh1
8105 -{{ns:file}}:Ballsampaill.jpg|Mìneachadh an deilbh2',
 8103+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Ballsampaill.jpg|Mìneachadh an deilbh1
 8104+$1:Ballsampaill.jpg|Mìneachadh an deilbh2',
81068105 'wikieditor-toolbar-tool-newline' => 'Loidhne ùr',
81078106 'wikieditor-toolbar-tool-table' => 'Clàr',
81088107 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -8204,8 +8203,8 @@
82058204 'wikieditor-toolbar-help-content-olist-syntax' => '* Ball na liosta<br />* Ball na liosta',
82068205 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Ball na liosta</li><li>Ball na liosta</li></ol>',
82078206 'wikieditor-toolbar-help-content-file-description' => 'Embedded file',
8208 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Ballsampaill.png|thumb|Mìneachadh an deilbh]]',
8209 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Mìneachadh an deilbht' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Meudaich' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Mìneachadh an deilbh</div></div>",
 8207+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Ballsampaill.png|thumb|Mìneachadh an deilbh]]',
 8208+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Mìneachadh an deilbht' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Meudaich' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Mìneachadh an deilbh</div></div>",
82108209 'wikieditor-toolbar-help-content-reference-description' => 'Iomradh',
82118210 'wikieditor-toolbar-help-content-reference-syntax' => 'Teacsa na duilleige.&lt;ref name="test"&gt;[http://www.ballsampaill.org Teacsa a\' cheangail], teacsa eile.&lt;/ref&gt;',
82128211 'wikieditor-toolbar-help-content-reference-result' => "Teacsa na duilleige.<sup><a href='#'>[1]</a></sup>",
@@ -8331,8 +8330,8 @@
83328331 'wikieditor-toolbar-tool-subscript-example' => 'Texto de subíndice',
83338332 'wikieditor-toolbar-group-insert' => 'Inserir',
83348333 'wikieditor-toolbar-tool-gallery' => 'Galería de imaxes',
8335 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Pé_de_foto_1
8336 -{{ns:file}}:Example.jpg|Pé_de_foto_2',
 8334+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Pé_de_foto_1
 8335+$1:Example.jpg|Pé_de_foto_2',
83378336 'wikieditor-toolbar-tool-newline' => 'Nova liña',
83388337 'wikieditor-toolbar-tool-table' => 'Táboa',
83398338 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -8438,8 +8437,8 @@
84398438 'wikieditor-toolbar-help-content-olist-syntax' => '# Elemento da lista<br /># Elemento da lista',
84408439 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Elemento da lista</li><li>Elemento da lista</li></ol>',
84418440 'wikieditor-toolbar-help-content-file-description' => 'Ficheiro embelecido',
8442 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Pé de foto.]]',
8443 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Pé de foto' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ampliar' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Pé de foto.</div></div>",
 8441+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Pé de foto.]]',
 8442+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Pé de foto' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ampliar' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Pé de foto.</div></div>",
84448443 'wikieditor-toolbar-help-content-reference-description' => 'Referencia',
84458444 'wikieditor-toolbar-help-content-reference-syntax' => 'Texto da páxina&lt;ref name="test"&gt;[http://www.example.org Texto da ligazón], texto adicional.&lt;/ref&gt;.',
84468445 'wikieditor-toolbar-help-content-reference-result' => "Texto da páxina<sup><a href='#'>[1]</a></sup>.",
@@ -8656,8 +8655,8 @@
86578656 'wikieditor-toolbar-tool-subscript-example' => 'Untergsetzte Tekscht',
86588657 'wikieditor-toolbar-group-insert' => 'Yyfiege',
86598658 'wikieditor-toolbar-tool-gallery' => 'Bildergallerii',
8660 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Byschpil.jpg|Bschriftig1
8661 -{{ns:file}}:Byschpil.jpg|Bschriftig2',
 8659+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Byschpil.jpg|Bschriftig1
 8660+$1:Byschpil.jpg|Bschriftig2',
86628661 'wikieditor-toolbar-tool-newline' => 'Neji Zeile',
86638662 'wikieditor-toolbar-tool-table' => 'Tabälle',
86648663 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -8763,8 +8762,8 @@
87648763 'wikieditor-toolbar-help-content-olist-syntax' => '# Lischtepunkt<br /># Lischtepunkt',
87658764 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Lischtepunkt</li><li>Lischtepunkt</li></ol>',
87668765 'wikieditor-toolbar-help-content-file-description' => 'Yygfiegti Datei',
8767 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Bildbschriftig]]',
8768 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bildbschriftig' class='image' href='/wiki/Datei:Wiki.png'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='Bschriftig'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bildbschriftig</div></div>",
 8766+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Bildbschriftig]]',
 8767+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bildbschriftig' class='image' href='/wiki/Datei:Wiki.png'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='Bschriftig'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bildbschriftig</div></div>",
87698768 'wikieditor-toolbar-help-content-reference-description' => 'Quälle',
87708769 'wikieditor-toolbar-help-content-reference-syntax' => 'Sytetekscht.&lt;ref name="test"&gt;[http://www.byschpil.org Gleichtekscht], zuesätzlige Tekscht.&lt;/ref&gt;',
87718770 'wikieditor-toolbar-help-content-reference-result' => "Sytetekscht.<sup><a href='#'>[1]</a></sup>",
@@ -8886,8 +8885,8 @@
88878886 'wikieditor-toolbar-tool-subscript-example' => 'Teks fo-screeuit',
88888887 'wikieditor-toolbar-group-insert' => 'Cur stiagh',
88898888 'wikieditor-toolbar-tool-gallery' => 'Galleree jallooyn',
8890 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Fo-heidyl1
8891 -{{ns:file}}:Example.jpg|Fo-heidyl2',
 8889+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Fo-heidyl1
 8890+$1:Example.jpg|Fo-heidyl2',
88928891 'wikieditor-toolbar-tool-newline' => 'Linney noa',
88938892 'wikieditor-toolbar-tool-table' => 'Taabyl',
88948893 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -8993,8 +8992,8 @@
89948993 'wikieditor-toolbar-help-content-olist-syntax' => '# Meer rolley<br /># Meer rolley',
89958994 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Meer rolley</li><li>Meer rolley</li></ol>',
89968995 'wikieditor-toolbar-help-content-file-description' => 'Coadan jingit',
8997 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Teks fo-heidyl]]',
8998 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teks fo-heidyl' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Mooadaghey' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teks fo-heidyl</div></div>",
 8996+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Teks fo-heidyl]]',
 8997+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teks fo-heidyl' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Mooadaghey' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teks fo-heidyl</div></div>",
89998998 'wikieditor-toolbar-help-content-reference-description' => 'Imraa',
90008999 'wikieditor-toolbar-help-content-reference-syntax' => 'Teks duillag.&lt;ref name="test"&gt;[http://www.example.org Teks kiangley], tooilley teks.&lt;/ref&gt;',
90019000 'wikieditor-toolbar-help-content-reference-result' => "Teks duillag.<sup><a href='#'>[1]</a></sup>",
@@ -9136,8 +9135,8 @@
91379136 'wikieditor-toolbar-tool-subscript-example' => 'טקסט מונמך',
91389137 'wikieditor-toolbar-group-insert' => 'הוספה',
91399138 'wikieditor-toolbar-tool-gallery' => 'גלריית תמונות',
9140 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:דוגמה.jpg|כותרת 1
9141 -{{ns:file}}:דוגמה.jpg|כותרת 2',
 9139+ 'wikieditor-toolbar-tool-gallery-example' => '$1:דוגמה.jpg|כותרת 1
 9140+$1:דוגמה.jpg|כותרת 2',
91429141 'wikieditor-toolbar-tool-newline' => 'שורה חדשה',
91439142 'wikieditor-toolbar-tool-table' => 'טבלה',
91449143 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -9243,8 +9242,8 @@
92449243 'wikieditor-toolbar-help-content-olist-syntax' => '# פריט רשימה<br /># פריט רשימה',
92459244 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>פריט רשימה</li><li>פריט רשימה</li></ol>',
92469245 'wikieditor-toolbar-help-content-file-description' => 'קובץ המוצג בדף',
9247 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|טקסט הכותרת]]',
9248 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='טקסט הכותרת' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>טקסט הכותרת</div></div>",
 9246+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|טקסט הכותרת]]',
 9247+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='טקסט הכותרת' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>טקסט הכותרת</div></div>",
92499248 'wikieditor-toolbar-help-content-reference-description' => 'הערת שוליים',
92509249 'wikieditor-toolbar-help-content-reference-syntax' => 'טקסט הדף.&lt;ref name="test"&gt;[http://www.example.org טקסט הקישור], טקסט נוסף.&lt;/ref&gt;',
92519250 'wikieditor-toolbar-help-content-reference-result' => "טקסט הדף.<sup><a href='#'>[1]</a></sup>",
@@ -9379,8 +9378,8 @@
93809379 'wikieditor-toolbar-tool-subscript-example' => 'Tekst indeksa',
93819380 'wikieditor-toolbar-group-insert' => 'Uloži',
93829381 'wikieditor-toolbar-tool-gallery' => 'Galerija slika',
9383 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Primjer.jpg|Opis1
9384 -{{ns:file}}:Primjer.jpg|Opis2',
 9382+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Primjer.jpg|Opis1
 9383+$1:Primjer.jpg|Opis2',
93859384 'wikieditor-toolbar-tool-newline' => 'Novi redak',
93869385 'wikieditor-toolbar-tool-table' => 'Tablica',
93879386 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -9486,8 +9485,8 @@
94879486 'wikieditor-toolbar-help-content-olist-syntax' => '# stavka popisa<br /># stavka popisa',
94889487 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>stavka popisa</li><li>stavka popisa</li></ol>',
94899488 'wikieditor-toolbar-help-content-file-description' => 'Uložena datoteka',
9490 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Tekst opisa]]',
9491 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Tekst opisa' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Povećaj' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tekst opisa'</div></div>",
 9489+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Tekst opisa]]',
 9490+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Tekst opisa' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Povećaj' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tekst opisa'</div></div>",
94929491 'wikieditor-toolbar-help-content-reference-description' => 'Bilješke',
94939492 'wikieditor-toolbar-help-content-reference-syntax' => 'Tekst stranice.&lt;ref name="test"&gt;[http://www.primjer.org Tekst poveznice], dodatni tekst.&lt;/ref&gt;',
94949493 'wikieditor-toolbar-help-content-reference-result' => "Tekst stranice.<sup><a href='#'>[1]</a></sup>",
@@ -9613,8 +9612,8 @@
96149613 'wikieditor-toolbar-tool-subscript-example' => 'Hłuboko stajeny tekst',
96159614 'wikieditor-toolbar-group-insert' => 'Zasunyć',
96169615 'wikieditor-toolbar-tool-gallery' => 'Wobrazowa galerija',
9617 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Popis1
9618 -{{ns:file}}:Example.jpg|Popis2',
 9616+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Popis1
 9617+$1:Example.jpg|Popis2',
96199618 'wikieditor-toolbar-tool-newline' => 'Nowa linka',
96209619 'wikieditor-toolbar-tool-table' => 'Tabela',
96219620 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -9720,8 +9719,8 @@
97219720 'wikieditor-toolbar-help-content-olist-syntax' => '# Lisćinowy zapisk<br /># Lisćinowy zapisk',
97229721 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Lisćinowy zapisk</li><li>Lisćinowy zapisk</li></ol>',
97239722 'wikieditor-toolbar-help-content-file-description' => 'Zasadźena dataja',
9724 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Tekst wobrazoweho popisa]]',
9725 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Tekst wobrazeho popisa' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Powjetšić' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tekst wobrazoweho popisa</div></div>",
 9723+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Tekst wobrazoweho popisa]]',
 9724+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Tekst wobrazeho popisa' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Powjetšić' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tekst wobrazoweho popisa</div></div>",
97269725 'wikieditor-toolbar-help-content-reference-description' => 'Referenca',
97279726 'wikieditor-toolbar-help-content-reference-syntax' => 'Tekst strony.&lt;ref name="test"&gt;[http://www.example.org tekst wotkaza], přidatny tekst.&lt;/ref&gt;',
97289727 'wikieditor-toolbar-help-content-reference-result' => "Tekst strony.<sup><a href='#'>[1]</a></sup>",
@@ -9851,8 +9850,8 @@
98529851 'wikieditor-toolbar-tool-subscript-example' => 'Alsó index szövege',
98539852 'wikieditor-toolbar-group-insert' => 'Beszúrás',
98549853 'wikieditor-toolbar-tool-gallery' => 'Képgaléria',
9855 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Példa.jpg|képaláírás1
9856 -{{ns:file}}:Példa.jpg|képaláírás2',
 9854+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Példa.jpg|képaláírás1
 9855+$1:Példa.jpg|képaláírás2',
98579856 'wikieditor-toolbar-tool-newline' => 'Új sor',
98589857 'wikieditor-toolbar-tool-table' => 'Táblázat',
98599858 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -9958,8 +9957,8 @@
99599958 'wikieditor-toolbar-help-content-olist-syntax' => '# Listaelem<br /># Listaelem',
99609959 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Listaelem</li><li>Listaelem</li></ol>',
99619960 'wikieditor-toolbar-help-content-file-description' => 'Beszúrt fájl',
9962 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|bélyegkép|Képaláírás]]',
9963 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='A kép nagyítása' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Képaláírás</div></div>",
 9961+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|bélyegkép|Képaláírás]]',
 9962+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='A kép nagyítása' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Képaláírás</div></div>",
99649963 'wikieditor-toolbar-help-content-reference-description' => 'Forráshivatkozás',
99659964 'wikieditor-toolbar-help-content-reference-syntax' => 'Lap szövege.&lt;ref name="test"&gt;[http://www.példaoldal.hu Hivatkozás szövege], további szöveg.&lt;/ref&gt;',
99669965 'wikieditor-toolbar-help-content-reference-result' => "Lap szövege.<sup><a href='#'>[1]</a></sup>",
@@ -10071,8 +10070,8 @@
1007210071 'wikieditor-toolbar-tool-subscript-example' => 'Ենթատողային տեքստ',
1007310072 'wikieditor-toolbar-group-insert' => 'Ավելացնել',
1007410073 'wikieditor-toolbar-tool-gallery' => 'Պատկերասրահ',
10075 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Նկարագրություն1
10076 -{{ns:file}}:Example.jpg|Նկարագրություն2',
 10074+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Նկարագրություն1
 10075+$1:Example.jpg|Նկարագրություն2',
1007710076 'wikieditor-toolbar-tool-newline' => 'Նոր տող',
1007810077 'wikieditor-toolbar-tool-table' => 'Աղյուսակ',
1007910078 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -10174,8 +10173,8 @@
1017510174 'wikieditor-toolbar-help-content-olist-syntax' => '# Ցանկի տարր<br /># Ցանկի տարր',
1017610175 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Ցանկի տարր</li><li>Ցանկի տարր</li></ol>',
1017710176 'wikieditor-toolbar-help-content-file-description' => 'Ներդրված ֆայլ',
10178 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Նկարագրություն]]',
10179 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Նկարագրություն' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ընդարձակել' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Նկարագրություն</div></div>",
 10177+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Նկարագրություն]]',
 10178+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Նկարագրություն' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ընդարձակել' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Նկարագրություն</div></div>",
1018010179 'wikieditor-toolbar-help-content-reference-description' => 'Ծանոթագրություն',
1018110180 'wikieditor-toolbar-help-content-reference-syntax' => 'Տեքստ էջում&lt;ref name="test"&gt;[http://www.example.org Հղման տեքստ], հավելյալ տեքստ։&lt;/ref&gt;։',
1018210181 'wikieditor-toolbar-help-content-reference-result' => "Տեքստ էջում<sup><a href='#'>[1]</a></sup>։",
@@ -10301,8 +10300,8 @@
1030210301 'wikieditor-toolbar-tool-subscript-example' => 'Texto in subscripto',
1030310302 'wikieditor-toolbar-group-insert' => 'Inserer',
1030410303 'wikieditor-toolbar-tool-gallery' => 'Galeria de imagines',
10305 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Exemplo.jpg|Legenda1
10306 -{{ns:file}}:Exemplo.jpg|Legenda2',
 10304+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Exemplo.jpg|Legenda1
 10305+$1:Exemplo.jpg|Legenda2',
1030710306 'wikieditor-toolbar-tool-newline' => 'Nove linea',
1030810307 'wikieditor-toolbar-tool-table' => 'Tabella',
1030910308 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -10408,8 +10407,8 @@
1040910408 'wikieditor-toolbar-help-content-olist-syntax' => '# Elemento del lista<br /># Elemento del lista',
1041010409 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Elemento del lista</li><li>Elemento del lista</li></ol>',
1041110410 'wikieditor-toolbar-help-content-file-description' => 'File incastrate',
10412 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Exemplo.png|thumb|Texto del legenda]]',
10413 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Texto del legenda' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Texto del legenda</div></div>",
 10411+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Exemplo.png|thumb|Texto del legenda]]',
 10412+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Texto del legenda' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Texto del legenda</div></div>",
1041410413 'wikieditor-toolbar-help-content-reference-description' => 'Referentia',
1041510414 'wikieditor-toolbar-help-content-reference-syntax' => 'Texto del pagina.&lt;ref name="test"&gt;[http://www.example.org Texto del ligamine], texto additional.&lt;/ref&gt;',
1041610415 'wikieditor-toolbar-help-content-reference-result' => "Texto del pagina.<sup><a href='#'>[1]</a></sup>",
@@ -10539,8 +10538,8 @@
1054010539 'wikieditor-toolbar-tool-subscript-example' => 'Teks subscript',
1054110540 'wikieditor-toolbar-group-insert' => 'Masukkan',
1054210541 'wikieditor-toolbar-tool-gallery' => 'Galeri gambar',
10543 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Contoh.jpg|Judul1
10544 -{{ns:file}}:Contoh.jpg|Judul2',
 10542+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Contoh.jpg|Judul1
 10543+$1:Contoh.jpg|Judul2',
1054510544 'wikieditor-toolbar-tool-newline' => 'Baris baru',
1054610545 'wikieditor-toolbar-tool-table' => 'Tabel',
1054710546 'wikieditor-toolbar-tool-table-example-old' => ' -
@@ -10646,8 +10645,8 @@
1064710646 'wikieditor-toolbar-help-content-olist-syntax' => '# Isi daftar<br /># Isi daftar',
1064810647 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Isi daftar</li><li>Isi daftar</li></ol>',
1064910648 'wikieditor-toolbar-help-content-file-description' => 'Menyisipkan berkas',
10650 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Contoh.png|thumb|Teks judul gambar]]',
10651 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teks judul gambar' class='image' href='/wiki/Berkas:Wiki.png'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Perbesar' class='internal' href='/wiki/Berkas:Wiki.png'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teks judul gambar</div></div>",
 10649+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Contoh.png|thumb|Teks judul gambar]]',
 10650+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teks judul gambar' class='image' href='/wiki/Berkas:Wiki.png'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Perbesar' class='internal' href='/wiki/Berkas:Wiki.png'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teks judul gambar</div></div>",
1065210651 'wikieditor-toolbar-help-content-reference-description' => 'Referensi',
1065310652 'wikieditor-toolbar-help-content-reference-syntax' => 'Teks halaman.&lt;ref name="test"&gt;[http://www.contoh.org Teks pranala], teks tambahan.&lt;/ref&gt;',
1065410653 'wikieditor-toolbar-help-content-reference-result' => "Teks halaman.<sup><a href='#'>[1]</a></sup>",
@@ -11049,8 +11048,8 @@
1105011049 'wikieditor-toolbar-tool-subscript-example' => 'Testo in pedice',
1105111050 'wikieditor-toolbar-group-insert' => 'Inserisci',
1105211051 'wikieditor-toolbar-tool-gallery' => 'Galleria di immagini',
11053 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Esempio.jpg|Didascalia1
11054 -{{ns:file}}:Esempio.jpg|Didascalia2',
 11052+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Esempio.jpg|Didascalia1
 11053+$1:Esempio.jpg|Didascalia2',
1105511054 'wikieditor-toolbar-tool-newline' => 'Nuova riga',
1105611055 'wikieditor-toolbar-tool-table' => 'Tabella',
1105711056 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -11156,8 +11155,8 @@
1115711156 'wikieditor-toolbar-help-content-olist-syntax' => "# Elemento dell'elenco<br /># Elemento dell'elenco",
1115811157 'wikieditor-toolbar-help-content-olist-result' => "<ol><li>Elemento dell'elenco</li><li>Elemento dell'elenco</li></ol>",
1115911158 'wikieditor-toolbar-help-content-file-description' => 'File incorporato',
11160 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Esempio.png|thumb|Testo della didascalia]]',
11161 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testo della didascalia</div></div>",
 11159+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Esempio.png|thumb|Testo della didascalia]]',
 11160+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testo della didascalia</div></div>",
1116211161 'wikieditor-toolbar-help-content-reference-description' => 'Nota',
1116311162 'wikieditor-toolbar-help-content-reference-syntax' => 'Testo della pagina.&lt;ref name="test"&gt;[http://www.example.org Testo del collegamento], testo aggiuntivo.&lt;/ref&gt;',
1116411163 'wikieditor-toolbar-help-content-reference-result' => "Testo della pagina.<sup><a href='#'>[1]</a></sup>",
@@ -11286,8 +11285,8 @@
1128711286 'wikieditor-toolbar-tool-subscript-example' => '下付き文字',
1128811287 'wikieditor-toolbar-group-insert' => '挿入',
1128911288 'wikieditor-toolbar-tool-gallery' => '画像ギャラリー',
11290 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|キャプション1
11291 -{{ns:file}}:Example.jpg|キャプション2',
 11289+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|キャプション1
 11290+$1:Example.jpg|キャプション2',
1129211291 'wikieditor-toolbar-tool-newline' => '改行',
1129311292 'wikieditor-toolbar-tool-table' => '表',
1129411293 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -11393,8 +11392,8 @@
1139411393 'wikieditor-toolbar-help-content-olist-syntax' => '# 箇条書き項目<br /># 箇条書き項目',
1139511394 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>箇条書き項目</li><li>箇条書き項目</li></ol>',
1139611395 'wikieditor-toolbar-help-content-file-description' => '埋め込みファイル',
11397 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|キャプション]]',
11398 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='キャプション' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>キャプション</div></div>",
 11396+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|キャプション]]',
 11397+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='キャプション' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>キャプション</div></div>",
1139911398 'wikieditor-toolbar-help-content-reference-description' => '注釈',
1140011399 'wikieditor-toolbar-help-content-reference-syntax' => 'ページ本文&lt;ref name="test"&gt;[http://www.example.org リンクタイトル]、追加テキスト&lt;/ref&gt;。',
1140111400 'wikieditor-toolbar-help-content-reference-result' => "ページ本文<sup><a href='#'>[1]</a></sup>。",
@@ -11538,8 +11537,8 @@
1153911538 'wikieditor-toolbar-tool-subscript-example' => 'ქვეხაზური ტექსტი',
1154011539 'wikieditor-toolbar-group-insert' => 'ჩასმა',
1154111540 'wikieditor-toolbar-tool-gallery' => 'გამოსახულებათა გალერეა',
11542 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|აღწერა1
11543 -{{ns:file}}:Example.jpg|აღწერა2',
 11541+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|აღწერა1
 11542+$1:Example.jpg|აღწერა2',
1154411543 'wikieditor-toolbar-tool-newline' => 'ახალი ხაზი',
1154511544 'wikieditor-toolbar-tool-table' => 'ტაბულა',
1154611545 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -11645,8 +11644,8 @@
1164611645 'wikieditor-toolbar-help-content-olist-syntax' => '#სიის ელემენტი<br /># სიის ელემენტი',
1164711646 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>სიის ელემენტი</li><li>სიის ელემენტი</li></ol>',
1164811647 'wikieditor-toolbar-help-content-file-description' => 'ჩასმული ფაილი',
11649 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|წარწერის ტექსტი]]',
11650 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='წარწერის ტექსტი' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>წარწერის ტექსტი</div></div>",
 11648+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|წარწერის ტექსტი]]',
 11649+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='წარწერის ტექსტი' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>წარწერის ტექსტი</div></div>",
1165111650 'wikieditor-toolbar-help-content-reference-description' => 'მინიშნება',
1165211651 'wikieditor-toolbar-help-content-reference-syntax' => 'გვერდის ტექსტი&lt;ref name="test"&gt;[http://www.example.org ბმულის ტექსტი], დამატებითი ტექსტი.&lt;/ref&gt;.',
1165311652 'wikieditor-toolbar-help-content-reference-result' => "გვერდის ტექსტი<sup><a href='#'>[1]</a></sup>.",
@@ -11768,9 +11767,9 @@
1176911768 'wikieditor-toolbar-tool-subscript-example' => 'ឃ្លាជាសន្ទស្សន៍',
1177011769 'wikieditor-toolbar-group-insert' => 'បញ្ជូល',
1177111770 'wikieditor-toolbar-tool-gallery' => 'វិចិត្រសាលរូបភាព',
11772 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:ឧទាហរណ៍.jpg|ចំនងជើងក្រោមរូបភាព១
 11771+ 'wikieditor-toolbar-tool-gallery-example' => '$1:ឧទាហរណ៍.jpg|ចំនងជើងក្រោមរូបភាព១
1177311772
11774 -{{ns:file}}:ឧទាហរណ៍.jpg|ចំនងជើងក្រោមរូបភាព២',
 11773+$1:ឧទាហរណ៍.jpg|ចំនងជើងក្រោមរូបភាព២',
1177511774 'wikieditor-toolbar-tool-newline' => 'ចុះបន្ទាត់',
1177611775 'wikieditor-toolbar-tool-table' => 'តារាង',
1177711776 'wikieditor-toolbar-tool-table-example-old' => '↓ -
@@ -11869,8 +11868,8 @@
1187011869 'wikieditor-toolbar-help-content-olist-syntax' => '# ធាតុរបស់បញ្ជី<br /># ធាតុរបស់បញ្ចី',
1187111870 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>ធាតុរបស់បញ្ជី</li><li>ធាតុរបស់បញ្ជី</li></ol>',
1187211871 'wikieditor-toolbar-help-content-file-description' => 'រូបភាពបង្កប់',
11873 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:ឧទាហរណ៍.png|thumb|កូនចំនងជើងក្រោមរូបភាព]]',
11874 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='ចំណងជើងក្រោមរូបភាព' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='ពង្រីក' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>ចំណងជើងក្រោមរូបភាព</div></div>",
 11872+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:ឧទាហរណ៍.png|thumb|កូនចំនងជើងក្រោមរូបភាព]]',
 11873+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='ចំណងជើងក្រោមរូបភាព' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='ពង្រីក' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>ចំណងជើងក្រោមរូបភាព</div></div>",
1187511874 'wikieditor-toolbar-help-content-reference-description' => 'ឯកសារ​យោង​',
1187611875 'wikieditor-toolbar-help-content-reference-syntax' => 'អត្ថបទ​ទំព័រ​.&lt;ref name="test"&gt;[http://www.example.org តំណ​ភ្ជាប់], អក្សរ​បន្ថែម​.&lt;/ref&gt;',
1187711876 'wikieditor-toolbar-help-content-reference-result' => "អត្ថបទ​ទំព័រ​.<sup><a href='#'>[1]</a></sup>",
@@ -12023,8 +12022,8 @@
1202412023 'wikieditor-toolbar-tool-subscript-example' => '아래 첨자',
1202512024 'wikieditor-toolbar-group-insert' => '추가',
1202612025 'wikieditor-toolbar-tool-gallery' => '화랑',
12027 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|설명1
12028 -{{ns:file}}:Example.jpg|설명2',
 12026+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|설명1
 12027+$1:Example.jpg|설명2',
1202912028 'wikieditor-toolbar-tool-newline' => '새 줄',
1203012029 'wikieditor-toolbar-tool-table' => '표',
1203112030 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -12131,8 +12130,8 @@
1213212131 'wikieditor-toolbar-help-content-olist-syntax' => '# 목록 항목<br /># 목록 항목',
1213312132 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>목록 항목</li><li>목록 항목</li></ol>',
1213412133 'wikieditor-toolbar-help-content-file-description' => '파일 넣기',
12135 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|그림 설명]]',
12136 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='실제 크기로' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>그림 설명</div></div>",
 12134+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|그림 설명]]',
 12135+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='실제 크기로' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>그림 설명</div></div>",
1213712136 'wikieditor-toolbar-help-content-reference-description' => '출처',
1213812137 'wikieditor-toolbar-help-content-reference-syntax' => '문서 내용.&lt;ref name="test"&gt;[http://www.example.org 링크 제목], 기타 설명.&lt;/ref&gt;',
1213912138 'wikieditor-toolbar-help-content-reference-result' => "문서 내용.<sup><a href='#'>[1]</a></sup>",
@@ -12255,8 +12254,8 @@
1225612255 'wikieditor-toolbar-tool-subscript-example' => 'Тизгин тюбю текст',
1225712256 'wikieditor-toolbar-group-insert' => 'Къош',
1225812257 'wikieditor-toolbar-tool-gallery' => 'Суратланы галереясы',
12259 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Юлгю.jpg|Ангылатыу1
12260 -{{ns:file}}:Юлгю.jpg|Ангылатыу2',
 12258+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Юлгю.jpg|Ангылатыу1
 12259+$1:Юлгю.jpg|Ангылатыу2',
1226112260 'wikieditor-toolbar-tool-newline' => 'Джангы тизгин',
1226212261 'wikieditor-toolbar-tool-table' => 'Таблица',
1226312262 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -12362,9 +12361,9 @@
1236312362 'wikieditor-toolbar-help-content-olist-syntax' => '# Списокну элементи<br /># Списокну элементи',
1236412363 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Списокну элементи</li><li>Списокну элементи</li></ol>',
1236512364 'wikieditor-toolbar-help-content-file-description' => 'Эндирилген файл',
12366 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Ачыкълау текст]]',
 12365+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Ачыкълау текст]]',
1236712366 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='
12368 -Ачыкълау текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Уллайт' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>
 12367+Ачыкълау текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Уллайт' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>
1236912368 Ачыкълау текст</div></div>",
1237012369 'wikieditor-toolbar-help-content-reference-description' => 'Белги',
1237112370 'wikieditor-toolbar-help-content-reference-syntax' => 'Бетни тексти.&lt;ref name="test"&gt;[http://www.example.org Джибериуню тексти], къошакъ текст.&lt;/ref&gt;',
@@ -12477,8 +12476,8 @@
1247812477 'wikieditor-toolbar-tool-subscript-example' => 'En deef, noh unge, jeschtallte Schreff jeschrevve',
1247912478 'wikieditor-toolbar-group-insert' => 'Erin donn:',
1248012479 'wikieditor-toolbar-tool-gallery' => 'Jallerih met Belldscher',
12481 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Beishpell.jpg|eezte Beld-Täx
12482 -{{ns:file}}:Beishpell.jpg|zweijte Beld-Täx',
 12480+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Beishpell.jpg|eezte Beld-Täx
 12481+$1:Beishpell.jpg|zweijte Beld-Täx',
1248312482 'wikieditor-toolbar-tool-newline' => 'Neu Reih',
1248412483 'wikieditor-toolbar-tool-table' => 'Tabäll',
1248512484 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -12579,8 +12578,8 @@
1258012579 'wikieditor-toolbar-help-content-olist-syntax' => '# Enndraach en de Leß<br /># Enndraach en de Leß',
1258112580 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Enndraach en de Leß</li><li>Enndraach en de Leß</li></ol>',
1258212581 'wikieditor-toolbar-help-content-file-description' => 'Enjeföösch Dattei',
12583 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Beld_Ungerschreff]]',
12584 - 'wikieditor-toolbar-help-content-file-result' => '<div style="width:104px;" class="thumbinner"><a title="Schreff unger dä Beld" class="image" href="https://www.mediawiki.org/wiki/File:Wiki.png"><img height="50" width="100" border="0" class="thumbimage" src="extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png" alt=""/></a><div class="thumbcaption"><div class="magnify"><a title="Enlarge" class="internal" href="https://www.mediawiki.org/wiki/File:Wiki.png"><img height="11" width="15" alt="" src="$1/common/images/magnify-clip.png"/></a></div>Schreff unger dä Beld</div></div>',
 12582+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Beld_Ungerschreff]]',
 12583+ 'wikieditor-toolbar-help-content-file-result' => '<div style="width:104px;" class="thumbinner"><a title="Schreff unger dä Beld" class="image" href="https://www.mediawiki.org/wiki/File:Wiki.png"><img height="50" width="100" border="0" class="thumbimage" src="extensions/WikiEditor/modules/images/toolbar/example-image.png" alt=""/></a><div class="thumbcaption"><div class="magnify"><a title="Enlarge" class="internal" href="https://www.mediawiki.org/wiki/File:Wiki.png"><img height="11" width="15" alt="" src="$1/common/images/magnify-clip.png"/></a></div>Schreff unger dä Beld</div></div>',
1258512584 'wikieditor-toolbar-help-content-reference-description' => 'Fohßnoht',
1258612585 'wikieditor-toolbar-help-content-reference-syntax' => 'Tex en dä Sigg. &lt;ref name="versoht"&gt;[http://www.example.org Täx för dä Lengk], un noch jät mieh Täx.&lt;/ref&gt;',
1258712586 'wikieditor-toolbar-help-content-reference-result' => 'Tex en dä Sigg. <sup><a href="#">[1]</a></sup>',
@@ -12785,8 +12784,8 @@
1278612785 'wikieditor-toolbar-tool-subscript-example' => 'Textus subscriptus',
1278712786 'wikieditor-toolbar-group-insert' => 'Inserere',
1278812787 'wikieditor-toolbar-tool-gallery' => 'Pinacotheca',
12789 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Exemplum.jpg|Descriptio 1
12790 -{{ns:file}}:Exemplum.jpg|Descriptio 2',
 12788+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Exemplum.jpg|Descriptio 1
 12789+$1:Exemplum.jpg|Descriptio 2',
1279112790 'wikieditor-toolbar-tool-newline' => 'Nova linea',
1279212791 'wikieditor-toolbar-tool-table' => 'Tabula',
1279312792 'wikieditor-toolbar-section-characters' => 'Characteres speciales',
@@ -12822,8 +12821,8 @@
1282312822 'wikieditor-toolbar-help-content-xlink-syntax' => '[http://www.example.org Titulus nexus]<br />[http://www.example.org]<br />http://www.example.org',
1282412823 'wikieditor-toolbar-help-content-xlink-result' => "<a href='#' class='external'>Titulus nexus</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>",
1282512824 'wikieditor-toolbar-help-content-file-description' => 'Fasciculus in pagina impositus',
12826 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Exemplum.png|thumb|Descriptio fasciculi]]',
12827 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Descriptio fasciculi' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Augere' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Descriptio fasciculi</div></div>",
 12825+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Exemplum.png|thumb|Descriptio fasciculi]]',
 12826+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Descriptio fasciculi' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Augere' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Descriptio fasciculi</div></div>",
1282812827 'wikieditor-toolbar-help-content-reference-description' => 'Referentia bibliographica',
1282912828 'wikieditor-toolbar-help-content-showreferences-description' => 'Referentias bibliographicas monstrare',
1283012829 'wikieditor-toolbar-help-content-signaturetimestamp-description' => 'Subscriptio tua cum indicatione temporis',
@@ -12940,8 +12939,8 @@
1294112940 'wikieditor-toolbar-tool-subscript-example' => 'Text den am Indice steet',
1294212941 'wikieditor-toolbar-group-insert' => 'Drasetzen',
1294312942 'wikieditor-toolbar-tool-gallery' => 'Billergallerie',
12944 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Beschreiwung1
12945 -{{ns:file}}:Example.jpg|Beschreiwung2',
 12943+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Beschreiwung1
 12944+$1:Example.jpg|Beschreiwung2',
1294612945 'wikieditor-toolbar-tool-newline' => 'Nei Linn',
1294712946 'wikieditor-toolbar-tool-table' => 'Tabell',
1294812947 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -13055,8 +13054,8 @@
1305613055 <li>Element vun der Lëscht</li>
1305713056 </ol>',
1305813057 'wikieditor-toolbar-help-content-file-description' => 'Agebonnene Fichier',
13059 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Ugewisenen Text]]',
13060 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Ugewisenen Texte' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Ugewisenen Text</div></div>",
 13058+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Ugewisenen Text]]',
 13059+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Ugewisenen Texte' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Ugewisenen Text</div></div>",
1306113060 'wikieditor-toolbar-help-content-reference-description' => 'Referenz',
1306213061 'wikieditor-toolbar-help-content-reference-syntax' => 'Text vun der Säit.&lt;ref name="test"&gt;[http://www.example.org Text vum Link], zousätzlechen Text.&lt;/ref&gt;',
1306313062 'wikieditor-toolbar-help-content-reference-result' => "Text vun der Säit <sup><a href='#'>[1]</a></sup>",
@@ -13193,8 +13192,8 @@
1319413193 'wikieditor-toolbar-tool-subscript-example' => 'Óngersjrifteks',
1319513194 'wikieditor-toolbar-group-insert' => 'Voog in',
1319613195 'wikieditor-toolbar-tool-gallery' => 'Beeljegalerie',
13197 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Veurbeildj1|Biesjrif1
13198 -{{ns:file}}:Veurbeildj2|Biesjrif2',
 13196+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Veurbeildj1|Biesjrif1
 13197+$1:Veurbeildj2|Biesjrif2',
1319913198 'wikieditor-toolbar-tool-newline' => 'Nuuje regel',
1320013199 'wikieditor-toolbar-tool-table' => 'Tabel',
1320113200 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -13300,8 +13299,8 @@
1330113300 'wikieditor-toolbar-help-content-olist-syntax' => '# Regel in genummerde lies<br /># Regel in genummerde lies',
1330213301 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Regel in genummerde lies</li><li>Regel in genummerde lies</li></ol>',
1330313302 'wikieditor-toolbar-help-content-file-description' => 'Mediabesjtandj',
13304 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Biesjrif]]',
13305 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Biesjrif' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergroeat' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Biesjrif</div></div>",
 13303+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Biesjrif]]',
 13304+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Biesjrif' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergroeat' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Biesjrif</div></div>",
1330613305 'wikieditor-toolbar-help-content-reference-description' => 'Verwiezing',
1330713306 'wikieditor-toolbar-help-content-reference-syntax' => 'Paginateks.&lt;ref name="test"&gt;[http://www.example.org Verwiezingsteks], biekómmendje teks.&lt;/ref&gt;',
1330813307 'wikieditor-toolbar-help-content-reference-result' => "Paginateks. <sup><a href='#'>[1]</a></sup>",
@@ -13428,8 +13427,8 @@
1342913428 'wikieditor-toolbar-tool-subscript-example' => 'Tekstas apačioje',
1343013429 'wikieditor-toolbar-group-insert' => 'Įterpti',
1343113430 'wikieditor-toolbar-tool-gallery' => 'Paveikslėlių galerija',
13432 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Pavyzdys.jpg|Aprašymas1
13433 -{{ns:file}}:Pavyzdys.jpg|Aprašymas2',
 13431+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Pavyzdys.jpg|Aprašymas1
 13432+$1:Pavyzdys.jpg|Aprašymas2',
1343413433 'wikieditor-toolbar-tool-newline' => 'Nauja linija',
1343513434 'wikieditor-toolbar-tool-table' => 'Lentelė',
1343613435 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -13535,8 +13534,8 @@
1353613535 'wikieditor-toolbar-help-content-olist-syntax' => '# Sąrašo elementas<br /># Sąrašo elementas',
1353713536 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Sąrašo elementas</li><li>Sąrašo elementas</li></ol>',
1353813537 'wikieditor-toolbar-help-content-file-description' => 'Įterpti failą',
13539 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Aprašymas]]',
13540 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Aprašymas</div></div>",
 13538+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Aprašymas]]',
 13539+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Aprašymas</div></div>",
1354113540 'wikieditor-toolbar-help-content-reference-description' => 'Išnaša',
1354213541 'wikieditor-toolbar-help-content-reference-syntax' => 'Puslapio tekstas.&lt;ref name="test"&gt;[http://www.example.org Nuorodos tekstas], papildomas tekstas.&lt;/ref&gt;',
1354313542 'wikieditor-toolbar-help-content-reference-result' => "Puslapio tekstas.<sup><a href='#'>[1]</a></sup>",
@@ -13650,8 +13649,8 @@
1365113650 'wikieditor-toolbar-tool-subscript-example' => 'Apakšējā indeksa teksts',
1365213651 'wikieditor-toolbar-group-insert' => 'Ievietot',
1365313652 'wikieditor-toolbar-tool-gallery' => 'Attēlu galerija',
13654 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Apraksts1
13655 -{{ns:file}}:Example.jpg|Apraksts2',
 13653+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Apraksts1
 13654+$1:Example.jpg|Apraksts2',
1365613655 'wikieditor-toolbar-tool-newline' => 'Jauna rinda',
1365713656 'wikieditor-toolbar-tool-table' => 'Tabula',
1365813657 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -13754,8 +13753,8 @@
1375513754 'wikieditor-toolbar-help-content-olist-syntax' => '# Saraksta elements<br /># Saraksta elements',
1375613755 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Saraksta elements</li><li>Saraksta elements</li></ol>',
1375713756 'wikieditor-toolbar-help-content-file-description' => 'Iekļauts fails',
13758 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Apraksts]]',
13759 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Apraksts' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Palielināt' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Apraksts</div></div>",
 13757+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Apraksts]]',
 13758+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Apraksts' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Palielināt' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Apraksts</div></div>",
1376013759 'wikieditor-toolbar-help-content-reference-description' => 'Atsauce',
1376113760 'wikieditor-toolbar-help-content-reference-syntax' => 'Lapas teksts.&lt;ref name="test"&gt;[http://www.example.org Saites teksts], papildus teksts.&lt;/ref&gt;',
1376213761 'wikieditor-toolbar-help-content-reference-result' => "Lapas teksts.<sup><a href='#'>[1]</a></sup>",
@@ -13889,8 +13888,8 @@
1389013889 'wikieditor-toolbar-tool-subscript-example' => 'Teks ditulis di bawah',
1389113890 'wikieditor-toolbar-group-insert' => 'Masuakkan',
1389213891 'wikieditor-toolbar-tool-gallery' => 'Galeri gambar',
13893 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Contoh.jpg|Judul1
13894 -{{ns:file}}:Contoh.jpg|Judul2',
 13892+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Contoh.jpg|Judul1
 13893+$1:Contoh.jpg|Judul2',
1389513894 'wikieditor-toolbar-tool-newline' => 'Barih baru',
1389613895 'wikieditor-toolbar-tool-table' => 'Tabel',
1389713896 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -13996,8 +13995,8 @@
1399713996 'wikieditor-toolbar-help-content-olist-syntax' => '# Senarai hal<br /># Senarai hal',
1399813997 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Senarai hal</li><li>Senarai hal</li></ol>',
1399913998 'wikieditor-toolbar-help-content-file-description' => 'Cantumkan berkas',
14000 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Contoh.png|thumb|Teks gambar]]',
14001 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teks gambar' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Pagadang' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teks gambar</div></div>",
 13999+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Contoh.png|thumb|Teks gambar]]',
 14000+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teks gambar' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Pagadang' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teks gambar</div></div>",
1400214001 'wikieditor-toolbar-help-content-reference-description' => 'Rujukan',
1400314002 'wikieditor-toolbar-help-content-reference-syntax' => 'Teks laman.&lt;ref name="test"&gt;[http://www.example.org Teks tautan], teks tambahan.&lt;/ref&gt;',
1400414003 'wikieditor-toolbar-help-content-reference-result' => "Teks laman.<sup><a href='#'>[1]</a></sup>",
@@ -14123,8 +14122,8 @@
1412414123 'wikieditor-toolbar-tool-subscript-example' => 'Текст на долниот индекс',
1412514124 'wikieditor-toolbar-group-insert' => 'Вметни',
1412614125 'wikieditor-toolbar-tool-gallery' => 'Галерија',
14127 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Пример.jpg|Опис1
14128 -{{ns:file}}:Пример.jpg|Опис2',
 14126+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Пример.jpg|Опис1
 14127+$1:Пример.jpg|Опис2',
1412914128 'wikieditor-toolbar-tool-newline' => 'Нов ред',
1413014129 'wikieditor-toolbar-tool-table' => 'Табела',
1413114130 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -14230,8 +14229,8 @@
1423114230 'wikieditor-toolbar-help-content-olist-syntax' => '# Ставка<br /># Ставка',
1423214231 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Ставка</li><li>Ставка</li></ol>',
1423314232 'wikieditor-toolbar-help-content-file-description' => 'Вметната податотека',
14234 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Описен текст]]',
14235 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Опис' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Зголеми' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Опис</div></div>",
 14233+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Описен текст]]',
 14234+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Опис' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Зголеми' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Опис</div></div>",
1423614235 'wikieditor-toolbar-help-content-reference-description' => 'Навод',
1423714236 'wikieditor-toolbar-help-content-reference-syntax' => 'Текст во страницата.&lt;ref name="test"&gt;[http://www.пример.org Текст на врската], дополнителен текст.&lt;/ref&gt;',
1423814237 'wikieditor-toolbar-help-content-reference-result' => "Текст во страницата.<sup><a href='#'>[1]</a></sup>",
@@ -14356,8 +14355,8 @@
1435714356 'wikieditor-toolbar-tool-subscript-example' => 'സബ്സ്ക്രിപ്റ്റ് എഴുത്ത്',
1435814357 'wikieditor-toolbar-group-insert' => 'ഉൾപ്പെടുത്തുക',
1435914358 'wikieditor-toolbar-tool-gallery' => 'ചിത്രശാല',
14360 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|കുറിപ്പ്1
14361 -{{ns:file}}:Example.jpg|കുറിപ്പ്2',
 14359+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|കുറിപ്പ്1
 14360+$1:Example.jpg|കുറിപ്പ്2',
1436214361 'wikieditor-toolbar-tool-newline' => 'പുതിയ വരി',
1436314362 'wikieditor-toolbar-tool-table' => 'പട്ടിക',
1436414363 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -14463,8 +14462,8 @@
1446414463 'wikieditor-toolbar-help-content-olist-syntax' => '#ലിസ്റ്റിലെ അംഗം<br />#ലിസ്റ്റിലെ അംഗം',
1446514464 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>ലിസ്റ്റിലെ അംഗം</li><li>ലിസ്റ്റിലെ അംഗം</li></ol>',
1446614465 'wikieditor-toolbar-help-content-file-description' => 'പ്രമാണം ചേർക്കൽ',
14467 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|ലഘു|വിവരണ കുറിപ്പ്]]',
14468 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='കുറിപ്പായുള്ള എഴുത്ത്' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt='ലഘുചിത്രം'/></a><div class='thumbcaption'><div class='magnify'><a title='വലുതാക്കുക' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>കുറിപ്പായുള്ള എഴുത്ത്</div></div>",
 14466+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|ലഘു|വിവരണ കുറിപ്പ്]]',
 14467+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='കുറിപ്പായുള്ള എഴുത്ത്' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt='ലഘുചിത്രം'/></a><div class='thumbcaption'><div class='magnify'><a title='വലുതാക്കുക' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>കുറിപ്പായുള്ള എഴുത്ത്</div></div>",
1446914468 'wikieditor-toolbar-help-content-reference-description' => 'അവലംബം',
1447014469 'wikieditor-toolbar-help-content-reference-syntax' => 'താളിലെ എഴുത്ത്.&lt;ref name="test"&gt;[http://www.example.org കണ്ണിയായുള്ള എഴുത്ത്], കൂടുതൽ എഴുത്ത്.&lt;/ref&gt;',
1447114470 'wikieditor-toolbar-help-content-reference-result' => "താളിലെ എഴുത്ത്.<sup><a href='#'>[1]</a></sup>",
@@ -14601,8 +14600,8 @@
1460214601 'wikieditor-toolbar-tool-subscript-example' => 'अधोलेखन मजकूर',
1460314602 'wikieditor-toolbar-group-insert' => 'समाविष्टकरा',
1460414603 'wikieditor-toolbar-tool-gallery' => 'चित्रदिर्घा',
14605 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|चित्रपरिचय १
14606 -{{ns:file}}:Example.jpg|चित्रपरिचय २',
 14604+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|चित्रपरिचय १
 14605+$1:Example.jpg|चित्रपरिचय २',
1460714606 'wikieditor-toolbar-tool-newline' => 'नवी ओळ',
1460814607 'wikieditor-toolbar-tool-table' => 'सारणी',
1460914608 'wikieditor-toolbar-tool-table-example-old' => '! मथळा १
@@ -14707,9 +14706,9 @@
1470814707 'wikieditor-toolbar-help-content-olist-syntax' => '# यादी घटक<br /># यादी घटक',
1470914708 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>यादी घटक</li><li>यादी घटक</li></ol>',
1471014709 'wikieditor-toolbar-help-content-file-description' => 'संलग्न संचिका',
14711 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|ईवलेसे|मथळा मजकूर]]',
14712 - 'wikieditor-toolbar-help-content-file-result' => "↓ <div style='width:104px;' class='thumbinner'><a title='मथळा मजकूर' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Caption text</div></div>
14713 -<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Caption text</div></div>",
 14710+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|ईवलेसे|मथळा मजकूर]]',
 14711+ 'wikieditor-toolbar-help-content-file-result' => "↓ <div style='width:104px;' class='thumbinner'><a title='मथळा मजकूर' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Caption text</div></div>
 14712+<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Caption text</div></div>",
1471414713 'wikieditor-toolbar-help-content-reference-description' => 'संदर्भ',
1471514714 'wikieditor-toolbar-help-content-reference-syntax' => 'Page text.&lt;ref name="test"&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;',
1471614715 'wikieditor-toolbar-help-content-reference-result' => "Page text.<sup><a href='#'>[1]</a></sup>",
@@ -14838,8 +14837,8 @@
1483914838 'wikieditor-toolbar-tool-subscript-example' => 'Teks subskrip',
1484014839 'wikieditor-toolbar-group-insert' => 'Sisip',
1484114840 'wikieditor-toolbar-tool-gallery' => 'Galeri gambar',
14842 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Contoh.jpg|Sari kata 1
14843 -{{ns:file}}:Contoh.jpg|Sari kata 2',
 14841+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Contoh.jpg|Sari kata 1
 14842+$1:Contoh.jpg|Sari kata 2',
1484414843 'wikieditor-toolbar-tool-newline' => 'Baris baru',
1484514844 'wikieditor-toolbar-tool-table' => 'Jadual',
1484614845 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -14947,8 +14946,8 @@
1494814947 # Perkara senarai',
1494914948 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Perkara senarai</li><li>Perkara senarai</li></ol>',
1495014949 'wikieditor-toolbar-help-content-file-description' => 'Fail terbenam',
14951 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Contoh.png|thumb|Teks judul pendek]]',
14952 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teks kapsyen' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Besarkan' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teks kapsyen</div></div>",
 14950+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Contoh.png|thumb|Teks judul pendek]]',
 14951+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teks kapsyen' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Besarkan' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teks kapsyen</div></div>",
1495314952 'wikieditor-toolbar-help-content-reference-description' => 'Rujukan',
1495414953 'wikieditor-toolbar-help-content-reference-syntax' => 'Teks laman.&lt;ref nama="cubaan"&gt;[http://www.contoh.org Teks pautan], teks tambahan.&lt;/ref&gt;',
1495514954 'wikieditor-toolbar-help-content-reference-result' => "Teks laman.<sup><a href='#'>[1]</a></sup>",
@@ -15072,8 +15071,8 @@
1507315072 'wikieditor-toolbar-tool-subscript-example' => "Test ta' indiċi ta' taħt",
1507415073 'wikieditor-toolbar-group-insert' => 'Daħħal',
1507515074 'wikieditor-toolbar-tool-gallery' => 'Gallerija tal-istampi',
15076 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Eżempju.jpg|Deskrizzjoni1
15077 -{{ns:file}}:Eżempju.jpg|Deskrizzjoni2',
 15075+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Eżempju.jpg|Deskrizzjoni1
 15076+$1:Eżempju.jpg|Deskrizzjoni2',
1507815077 'wikieditor-toolbar-tool-newline' => 'Linja ġdida',
1507915078 'wikieditor-toolbar-tool-table' => 'Tabella',
1508015079 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -15176,8 +15175,8 @@
1517715176 'wikieditor-toolbar-help-content-olist-syntax' => '# Element tal-lista<br /># Element tal-lista',
1517815177 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Element tal-lista</li><li>Element tal-lista</li></ol>',
1517915178 'wikieditor-toolbar-help-content-file-description' => 'Fajl inkorporat',
15180 - 'wikieditor-toolbar-help-content-file-syntax' => "[[{{ns:file}}:Eżempju.png|thumb|Test ta' deskrizzjoni]]",
15181 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Test tad-deskrizzjoni' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Kabbar' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Test tad-deskrizzjoni</div></div>",
 15179+ 'wikieditor-toolbar-help-content-file-syntax' => "[[$1:Eżempju.png|thumb|Test ta' deskrizzjoni]]",
 15180+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Test tad-deskrizzjoni' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Kabbar' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Test tad-deskrizzjoni</div></div>",
1518215181 'wikieditor-toolbar-help-content-reference-description' => 'Referenza',
1518315182 'wikieditor-toolbar-help-content-reference-syntax' => 'Test tal-paġna.&lt;ref name="test"&gt;[http://www.example.org Test tal-ħolqa], test addizzjonali.&lt;/ref&gt;',
1518415183 'wikieditor-toolbar-help-content-reference-result' => "Test tal-paġna.<sup><a href='#'>[1]</a></sup>",
@@ -15429,8 +15428,8 @@
1543015429 'wikieditor-toolbar-tool-subscript-example' => 'Subscript tekse',
1543115430 'wikieditor-toolbar-group-insert' => 'Derbie doon',
1543215431 'wikieditor-toolbar-tool-gallery' => 'Foto-uutstalling',
15433 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Veurbeeld1|Bieschrifte1
15434 -{{ns:file}}:Veurbeeld2|Bieschrifte2',
 15432+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Veurbeeld1|Bieschrifte1
 15433+$1:Veurbeeld2|Bieschrifte2',
1543515434 'wikieditor-toolbar-tool-newline' => 'Nieje regel',
1543615435 'wikieditor-toolbar-tool-table' => 'Tebel',
1543715436 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -15533,8 +15532,8 @@
1553415533 'wikieditor-toolbar-help-content-olist-syntax' => '# Regel in een lieste mit nummers<br /># Regel in een lieste mit nummers',
1553515534 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Regel in een lieste mit nummers</li><li>Regel in een lieste mit nummers</li></ol>',
1553615535 'wikieditor-toolbar-help-content-file-description' => 'Bestaand derbie doon',
15537 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Veurbeeld.png|thumb|Beschrieving]]',
15538 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bieschrifte' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergroten' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bieschrifte</div></div>",
 15536+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Veurbeeld.png|thumb|Beschrieving]]',
 15537+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bieschrifte' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergroten' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bieschrifte</div></div>",
1553915538 'wikieditor-toolbar-help-content-reference-description' => 'Rifferentie',
1554015539 'wikieditor-toolbar-help-content-reference-syntax' => 'Paginatekse.&lt;ref name="test"&gt;[http://www.example.org Beschrieving], eventuele tekse.&lt;/ref&gt;',
1554115540 'wikieditor-toolbar-help-content-reference-result' => "Paginatekse <sup><a href='#'>[1]</a></sup>",
@@ -15663,8 +15662,8 @@
1566415663 'wikieditor-toolbar-tool-subscript-example' => 'Tekst in subscript',
1566515664 'wikieditor-toolbar-group-insert' => 'Invoegen',
1566615665 'wikieditor-toolbar-tool-gallery' => 'Beeldengalerij',
15667 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Voorbeeld.jpg|Bijschrift1
15668 -{{ns:file}}:Voorbeeld.jpg|Bijschrift2',
 15666+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Voorbeeld.jpg|Bijschrift1
 15667+$1:Voorbeeld.jpg|Bijschrift2',
1566915668 'wikieditor-toolbar-tool-newline' => 'Nieuwe regel',
1567015669 'wikieditor-toolbar-tool-table' => 'Tabel',
1567115670 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -15770,8 +15769,8 @@
1577115770 'wikieditor-toolbar-help-content-olist-syntax' => '# Regel in genummerde lijst<br /># Regel in genummerde lijst',
1577215771 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Regel in genummerde lijst</li><li>Regel in genummerde lijst</li></ol>',
1577315772 'wikieditor-toolbar-help-content-file-description' => 'Ingebed bestand',
15774 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Voorbeeld.png|thumb|Bijschrift]]',
15775 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bijschrift' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergroten' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bijschrift</div></div>",
 15773+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Voorbeeld.png|thumb|Bijschrift]]',
 15774+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bijschrift' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Vergroten' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bijschrift</div></div>",
1577615775 'wikieditor-toolbar-help-content-reference-description' => 'Referentie',
1577715776 'wikieditor-toolbar-help-content-reference-syntax' => 'Paginatekst.&lt;ref name="test"&gt;[http://www.example.org Verwijzingstekst], bijkomende tekst.&lt;/ref&gt;',
1577815777 'wikieditor-toolbar-help-content-reference-result' => "Paginatekst. <sup><a href='#'>[1]</a></sup>",
@@ -15896,8 +15895,8 @@
1589715896 'wikieditor-toolbar-tool-subscript-example' => 'Senka skrift',
1589815897 'wikieditor-toolbar-group-insert' => 'Set inn',
1589915898 'wikieditor-toolbar-tool-gallery' => 'Biletgalleri',
15900 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Døme.jpg|Bilettekst1
15901 -{{ns:file}}:Døme.jpg|Bilettekst2',
 15899+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Døme.jpg|Bilettekst1
 15900+$1:Døme.jpg|Bilettekst2',
1590215901 'wikieditor-toolbar-tool-newline' => 'Ny lina',
1590315902 'wikieditor-toolbar-tool-table' => 'Tabell',
1590415903 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -15999,8 +15998,8 @@
1600015999 'wikieditor-toolbar-help-content-olist-syntax' => '# Listeelement<br /># Listeelement',
1600116000 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Listeelement</li><li>Listeelement</li></ol>',
1600216001 'wikieditor-toolbar-help-content-file-description' => 'Fil',
16003 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Bilettekst]]',
16004 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bilettekst'class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Forstørr' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bilettekst</div></div>",
 16002+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Bilettekst]]',
 16003+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bilettekst'class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Forstørr' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bilettekst</div></div>",
1600516004 'wikieditor-toolbar-help-content-reference-description' => 'Referanse',
1600616005 'wikieditor-toolbar-help-content-reference-syntax' => 'Sidetekst.&lt;ref name="test"&gt;[http://www.døme.org Lenkjetekst], ekstra lenkjetekst.&lt;/ref&gt;',
1600716006 'wikieditor-toolbar-help-content-reference-result' => "Sidetekst.<sup><a href='#'>[1]</a></sup>",
@@ -16127,8 +16126,8 @@
1612816127 'wikieditor-toolbar-tool-subscript-example' => 'Senket tekst',
1612916128 'wikieditor-toolbar-group-insert' => 'Sett inn',
1613016129 'wikieditor-toolbar-tool-gallery' => 'Bildegalleri',
16131 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Bildetekst1
16132 -{{ns:file}}:Example.jpg|Bildetekst2',
 16130+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Bildetekst1
 16131+$1:Example.jpg|Bildetekst2',
1613316132 'wikieditor-toolbar-tool-newline' => 'Linjeskift',
1613416133 'wikieditor-toolbar-tool-table' => 'Tabell',
1613516134 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -16236,8 +16235,8 @@
1623716236 # Listeelement',
1623816237 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Listeelement</li><li>Listeelement</li></ol>',
1623916238 'wikieditor-toolbar-help-content-file-description' => 'Fil',
16240 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Bildetekst]]',
16241 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bildetekst' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Forstørr' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bildetekst</div></div>",
 16239+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Bildetekst]]',
 16240+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bildetekst' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Forstørr' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bildetekst</div></div>",
1624216241 'wikieditor-toolbar-help-content-reference-description' => 'Referanse',
1624316242 'wikieditor-toolbar-help-content-reference-syntax' => 'Tekst.&lt;ref name="test"&gt;[http://www.example.org Lenketekst], ytterligere tekst.&lt;/ref&gt;',
1624416243 'wikieditor-toolbar-help-content-reference-result' => "Tekst.<sup><a href='#'>[1]</a></sup>",
@@ -16388,8 +16387,8 @@
1638916388 'wikieditor-toolbar-tool-subscript-example' => 'Tèxte en indici',
1639016389 'wikieditor-toolbar-group-insert' => 'Inserir',
1639116390 'wikieditor-toolbar-tool-gallery' => 'Galariá de fichièrs',
16392 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Exemple.jpg|Descripcion 1
16393 -{{ns:file}}:Exemple.jpg|Descripcion 2',
 16391+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Exemple.jpg|Descripcion 1
 16392+$1:Exemple.jpg|Descripcion 2',
1639416393 'wikieditor-toolbar-tool-newline' => 'Saut de linha',
1639516394 'wikieditor-toolbar-tool-table' => 'Tablèu',
1639616395 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -16490,8 +16489,8 @@
1649116490 'wikieditor-toolbar-help-content-olist-syntax' => '# Element de la lista<br /># Element de la lista',
1649216491 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Element de la lista</li><li>Element de la lista</li></ol>',
1649316492 'wikieditor-toolbar-help-content-file-description' => 'Fichièr inserit',
16494 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Tèxte afichat]]',
16495 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Tèxte afichat' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tèxte afichat</div></div>",
 16493+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Tèxte afichat]]',
 16494+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Tèxte afichat' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tèxte afichat</div></div>",
1649616495 'wikieditor-toolbar-help-content-reference-description' => 'Referéncia',
1649716496 'wikieditor-toolbar-help-content-reference-syntax' => 'Tèxte de la pagina.&lt;ref name="test"&gt;[http://www.example.org tèxte del ligam], tèxte adicional.&lt;/ref&gt;',
1649816497 'wikieditor-toolbar-help-content-reference-result' => "Tèxte de la pagina <sup><a href='#'>[1]</a></sup>",
@@ -16690,8 +16689,8 @@
1669116690 'wikieditor-toolbar-tool-subscript-example' => 'Tekst indeksu dolnego',
1669216691 'wikieditor-toolbar-group-insert' => 'Wstaw',
1669316692 'wikieditor-toolbar-tool-gallery' => 'Galeria obrazków',
16694 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Podpis1
16695 -{{ns:file}}:Example.jpg|Podpis2',
 16693+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Podpis1
 16694+$1:Example.jpg|Podpis2',
1669616695 'wikieditor-toolbar-tool-newline' => 'Nowy wiersz',
1669716696 'wikieditor-toolbar-tool-table' => 'Tabela',
1669816697 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -16797,8 +16796,8 @@
1679816797 'wikieditor-toolbar-help-content-olist-syntax' => '# Pozycja listy<br /># Pozycja listy',
1679916798 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Pozycja listy</li><li>Pozycja listy</li></ol>',
1680016799 'wikieditor-toolbar-help-content-file-description' => 'Plik osadzony',
16801 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Przykład.png|thumb|Podpis pod plikiem]]',
16802 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tekst podpisu</div></div>",
 16800+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Przykład.png|thumb|Podpis pod plikiem]]',
 16801+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tekst podpisu</div></div>",
1680316802 'wikieditor-toolbar-help-content-reference-description' => 'Przypis',
1680416803 'wikieditor-toolbar-help-content-reference-syntax' => 'Treść strony&lt;ref name="test"&gt; [http://www.przyklad.org Opis linku], dodatkowy tekst. &lt;/ref&gt;.',
1680516804 'wikieditor-toolbar-help-content-reference-result' => "Treść strony<sup><a href='#'>[1]</a></sup>.",
@@ -16924,8 +16923,8 @@
1692516924 'wikieditor-toolbar-tool-subscript-example' => 'Test a ìndes an bass',
1692616925 'wikieditor-toolbar-group-insert' => 'Anserì',
1692716926 'wikieditor-toolbar-tool-gallery' => 'Galarìa ëd plance',
16928 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Esempi.jpg|Descrission1
16929 -{{ns:file}}:Esempi.jpg|Descrission2',
 16927+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Esempi.jpg|Descrission1
 16928+$1:Esempi.jpg|Descrission2',
1693016929 'wikieditor-toolbar-tool-newline' => 'A cap',
1693116930 'wikieditor-toolbar-tool-table' => 'Tàula',
1693216931 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -17031,8 +17030,8 @@
1703217031 'wikieditor-toolbar-help-content-olist-syntax' => '# Element ëd la lista<br /># Element ëd la lista',
1703317032 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Element ëd la lista</li><li>Element ëd la lista</li></ol>',
1703417033 'wikieditor-toolbar-help-content-file-description' => 'Archivi anserì',
17035 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Esempi.png|thumb|Test mostrà]]',
17036 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Test mostrà' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Test mostrà</div></div>",
 17034+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Esempi.png|thumb|Test mostrà]]',
 17035+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Test mostrà' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Test mostrà</div></div>",
1703717036 'wikieditor-toolbar-help-content-reference-description' => 'Arferiment',
1703817037 'wikieditor-toolbar-help-content-reference-syntax' => 'Test ëd dla pàgina.&lt;ref name="test"&gt;[http://www.example.org Test dël colegament], test adissional.&lt;/ref&gt;',
1703917038 'wikieditor-toolbar-help-content-reference-result' => "Test ëd la pàgina.<sup><a href='#'>[1]</a></sup>",
@@ -17226,7 +17225,7 @@
1722717226 'wikieditor-toolbar-help-content-olist-syntax' => '# د لړليک توکی<br /># د لړليک توکی',
1722817227 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>د لړليک توکی</li><li>د لړليک توکی</li></ol>',
1722917228 'wikieditor-toolbar-help-content-file-description' => 'خښه شوې دوتنه',
17230 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|د څرګندولو متن]]',
 17229+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|د څرګندولو متن]]',
1723117230 'wikieditor-toolbar-help-content-reference-description' => 'سرچينه',
1723217231 'wikieditor-toolbar-help-content-reference-syntax' => 'د مخ متن.&lt;ref name="test"&gt;[http://www.example.org د تړنې متن], اضافي متن.&lt;/ref&gt;',
1723317232 'wikieditor-toolbar-help-content-reference-result' => "د مخ متن.<sup><a href='#'>[1]</a></sup>",
@@ -17355,8 +17354,8 @@
1735617355 'wikieditor-toolbar-tool-subscript-example' => 'Texto em subscrito',
1735717356 'wikieditor-toolbar-group-insert' => 'Inserir',
1735817357 'wikieditor-toolbar-tool-gallery' => 'Galeria de imagens',
17359 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Exemplo1.jpg|Legenda1
17360 -{{ns:file}}:Exemplo2.jpg|Legenda2',
 17358+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Exemplo1.jpg|Legenda1
 17359+$1:Exemplo2.jpg|Legenda2',
1736117360 'wikieditor-toolbar-tool-newline' => 'Nova linha',
1736217361 'wikieditor-toolbar-tool-table' => 'Tabela',
1736317362 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -17462,8 +17461,8 @@
1746317462 'wikieditor-toolbar-help-content-olist-syntax' => '# Elemento de lista<br /># Elemento de lista',
1746417463 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Elemento de lista</li><li>Elemento de lista</li></ol>',
1746517464 'wikieditor-toolbar-help-content-file-description' => 'Ficheiro incorporado',
17466 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Exemplo.png|thumb|Legenda]]',
17467 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Legenda' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Aumentar' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Legenda</div></div>",
 17465+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Exemplo.png|thumb|Legenda]]',
 17466+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Legenda' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Aumentar' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Legenda</div></div>",
1746817467 'wikieditor-toolbar-help-content-reference-description' => 'Referência',
1746917468 'wikieditor-toolbar-help-content-reference-syntax' => 'Texto da página.&lt;ref name="teste"&gt;[http://www.exemplo.org Texto do link], texto adicional.&lt;/ref&gt;',
1747017469 'wikieditor-toolbar-help-content-reference-result' => "Texto da página.<sup><a href='#'>[1]</a></sup>",
@@ -17595,8 +17594,8 @@
1759617595 'wikieditor-toolbar-tool-subscript-example' => 'Texto em subscrito',
1759717596 'wikieditor-toolbar-group-insert' => 'Inserir',
1759817597 'wikieditor-toolbar-tool-gallery' => 'Galeria de imagens',
17599 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Exemplo.jpg|Legenda1
17600 -{{ns:file}}:Exemplo.jpg|Legenda2',
 17598+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Exemplo.jpg|Legenda1
 17599+$1:Exemplo.jpg|Legenda2',
1760117600 'wikieditor-toolbar-tool-newline' => 'Nova linha',
1760217601 'wikieditor-toolbar-tool-table' => 'Tabela',
1760317602 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -17702,8 +17701,8 @@
1770317702 'wikieditor-toolbar-help-content-olist-syntax' => '# Item de lista<br /># Item de lista',
1770417703 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Item de lista</li><li>Item de lista</li></ol>',
1770517704 'wikieditor-toolbar-help-content-file-description' => 'Arquivo embutido',
17706 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Exemplo.png|thumb|Legenda]]',
17707 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Legenda' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Aumentar' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Legenda</div></div>",
 17705+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Exemplo.png|thumb|Legenda]]',
 17706+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Legenda' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Aumentar' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Legenda</div></div>",
1770817707 'wikieditor-toolbar-help-content-reference-description' => 'Referência',
1770917708 'wikieditor-toolbar-help-content-reference-syntax' => 'Texto da página.&lt;ref name="teste"&gt;[http://www.exemplo.org Texto do link], texto adicional.&lt;/ref&gt;',
1771017709 'wikieditor-toolbar-help-content-reference-result' => "Texto da página.<sup><a href='#'>[1]</a></sup>",
@@ -17828,8 +17827,8 @@
1782917828 'wikieditor-toolbar-tool-subscript-example' => 'Uraychasqa qillqa',
1783017829 'wikieditor-toolbar-group-insert' => "Sat'iy",
1783117830 'wikieditor-toolbar-tool-gallery' => 'Suyu-suyu',
17832 - 'wikieditor-toolbar-tool-gallery-example' => "{{ns:file}}:Qhawarichiy.jpg|Ch'uyanchay1
17833 -{{ns:file}}:Qhawarichiy.jpg|Ch'uyanchay2",
 17831+ 'wikieditor-toolbar-tool-gallery-example' => "$1:Qhawarichiy.jpg|Ch'uyanchay1
 17832+$1:Qhawarichiy.jpg|Ch'uyanchay2",
1783417833 'wikieditor-toolbar-tool-newline' => "Musuq siq'i",
1783517834 'wikieditor-toolbar-tool-table' => 'Wachuchasqa',
1783617835 'wikieditor-toolbar-tool-table-example-old' => "-
@@ -17935,8 +17934,8 @@
1793617935 'wikieditor-toolbar-help-content-olist-syntax' => '# Sutisuyup qallawan<br /># Sutisuyup qallawan',
1793717936 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Sutisuyup qallawan</li><li>Sutisuyup qallawan</li></ol>',
1793817937 'wikieditor-toolbar-help-content-file-description' => "Ch'aqtasqa rikcha",
17939 - 'wikieditor-toolbar-help-content-file-syntax' => "[[{{ns:file}}:Qhawarichiy.png|thumb|Ch'uyanchay qillqa]]",
17940 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Ch'uyanchay qillqa' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Hatunchay' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Ch'uyanchay qillqa</div></div>",
 17938+ 'wikieditor-toolbar-help-content-file-syntax' => "[[$1:Qhawarichiy.png|thumb|Ch'uyanchay qillqa]]",
 17939+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Ch'uyanchay qillqa' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Hatunchay' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Ch'uyanchay qillqa</div></div>",
1794117940 'wikieditor-toolbar-help-content-reference-description' => 'Pukyumanta willay',
1794217941 'wikieditor-toolbar-help-content-reference-syntax' => 'P\'anqa qillqa.&lt;ref name="test"&gt;[http://www.example.org T\'inki qillqa], yapasqa qillqa.&lt;/ref&gt;',
1794317942 'wikieditor-toolbar-help-content-reference-result' => "P'anqa qillqa.<sup><a href='#'>[1]</a></sup>",
@@ -18064,8 +18063,8 @@
1806518064 'wikieditor-toolbar-tool-subscript-example' => 'Text la indice',
1806618065 'wikieditor-toolbar-group-insert' => 'Inserare',
1806718066 'wikieditor-toolbar-tool-gallery' => 'Galerie de imagini',
18068 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Exemplu.jpg|Descriere 1
18069 -{{ns:file}}:Exemplu.jpg|Descriere 2',
 18067+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Exemplu.jpg|Descriere 1
 18068+$1:Exemplu.jpg|Descriere 2',
1807018069 'wikieditor-toolbar-tool-newline' => 'Linie nouă',
1807118070 'wikieditor-toolbar-tool-table' => 'Tabel',
1807218071 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -18171,8 +18170,8 @@
1817218171 'wikieditor-toolbar-help-content-olist-syntax' => '# Element<br /># Element',
1817318172 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Element</li><li>Element</li></ol>',
1817418173 'wikieditor-toolbar-help-content-file-description' => 'Fișier inserat',
18175 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Exemplu.png|thumb|Descrierea imaginii]]',
18176 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Descrierea imaginii' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Mărește' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Descrierea imaginii</div></div>",
 18174+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Exemplu.png|thumb|Descrierea imaginii]]',
 18175+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Descrierea imaginii' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Mărește' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Descrierea imaginii</div></div>",
1817718176 'wikieditor-toolbar-help-content-reference-description' => 'Referință',
1817818177 'wikieditor-toolbar-help-content-reference-syntax' => 'Textul paginii.&lt;ref name="test"&gt;[http://www.exemplu.org Textul legăturii], text suplimentar.&lt;/ref&gt;',
1817918178 'wikieditor-toolbar-help-content-reference-result' => "Textul paginii.<sup><a href='#'>[1]</a></sup>",
@@ -18298,8 +18297,8 @@
1829918298 'wikieditor-toolbar-tool-subscript-example' => 'Teste sottoscritte',
1830018299 'wikieditor-toolbar-group-insert' => "'Nzerisce",
1830118300 'wikieditor-toolbar-tool-gallery' => 'Gallerìe fotografeche',
18302 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Titele1
18303 -{{ns:file}}:Example.jpg|Titele2',
 18301+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Titele1
 18302+$1:Example.jpg|Titele2',
1830418303 'wikieditor-toolbar-tool-newline' => 'Linèa nove',
1830518304 'wikieditor-toolbar-tool-table' => 'Tabbelle',
1830618305 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -18405,8 +18404,8 @@
1840618405 'wikieditor-toolbar-help-content-olist-syntax' => "# Elemende de l'elenghe numerate<br /># Elemende de l'elenghe numerate",
1840718406 'wikieditor-toolbar-help-content-olist-result' => "<ol><li>Elemende de l'elenghe</li><li>Elemende de l'elenghe</li></ol>",
1840818407 'wikieditor-toolbar-help-content-file-description' => "File 'ngorporate",
18409 - 'wikieditor-toolbar-help-content-file-syntax' => "[[{{ns:file}}:Esembie.png|thumb|Teste d'u titele]]",
18410 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teste d'u titele' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Allarie' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teste d'u titele</div></div>",
 18408+ 'wikieditor-toolbar-help-content-file-syntax' => "[[$1:Esembie.png|thumb|Teste d'u titele]]",
 18409+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Teste d'u titele' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Allarie' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Teste d'u titele</div></div>",
1841118410 'wikieditor-toolbar-help-content-reference-description' => 'Riferimende',
1841218411 'wikieditor-toolbar-help-content-reference-syntax' => 'Teste d\'a pàgene.&lt;ref name="test"&gt;[http://www.example.org Teste d\'u collegamende], teste addizionale.&lt;/ref&gt;',
1841318412 'wikieditor-toolbar-help-content-reference-result' => "Teste d'a pàgene.<sup><a href='#'>[1]</a></sup>",
@@ -18536,8 +18535,8 @@
1853718536 'wikieditor-toolbar-tool-subscript-example' => 'Подстрочный текст',
1853818537 'wikieditor-toolbar-group-insert' => 'Вставка',
1853918538 'wikieditor-toolbar-tool-gallery' => 'Галерея картинок',
18540 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Описание1
18541 -{{ns:file}}:Example.jpg|Описание2',
 18539+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Описание1
 18540+$1:Example.jpg|Описание2',
1854218541 'wikieditor-toolbar-tool-newline' => 'Новая строка',
1854318542 'wikieditor-toolbar-tool-table' => 'Таблица',
1854418543 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -18643,9 +18642,9 @@
1864418643 'wikieditor-toolbar-help-content-olist-syntax' => '# Элемент списка<br /># Элемент списка',
1864518644 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Элемент списка</li><li>Элемент списка</li></ol>',
1864618645 'wikieditor-toolbar-help-content-file-description' => 'Встроенный файл',
18647 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Пояснительный текст]]',
 18646+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Пояснительный текст]]',
1864818647 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='
18649 -Пояснительный текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Увеличить' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>
 18648+Пояснительный текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Увеличить' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>
1865018649 Пояснительный текст</div></div>",
1865118650 'wikieditor-toolbar-help-content-reference-description' => 'Примечание',
1865218651 'wikieditor-toolbar-help-content-reference-syntax' => 'Текст страницы.&lt;ref name="test"&gt;[http://www.example.org Текст ссылки], дополнительный текст.&lt;/ref&gt;',
@@ -18771,8 +18770,8 @@
1877218771 'wikieditor-toolbar-tool-subscript-example' => 'Підрядковый текст',
1877318772 'wikieditor-toolbar-group-insert' => 'Вложыти',
1877418773 'wikieditor-toolbar-tool-gallery' => 'Ґалерія',
18775 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Опис1
18776 -{{ns:file}}:Example.jpg|Опис2',
 18774+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Опис1
 18775+$1:Example.jpg|Опис2',
1877718776 'wikieditor-toolbar-tool-newline' => 'Новый рядок',
1877818777 'wikieditor-toolbar-tool-table' => 'Таблиця',
1877918778 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -18878,8 +18877,8 @@
1887918878 'wikieditor-toolbar-help-content-olist-syntax' => '# Положка списку<br /># Положка списку',
1888018879 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Положка списку</li><li>Положка списку</li></ol>',
1888118880 'wikieditor-toolbar-help-content-file-description' => 'Вложіня файлу',
18882 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Пояснюючій текст]]',
18883 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Пояснюючій текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Звекшыти' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Пояснюючій текст</div></div>",
 18881+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Пояснюючій текст]]',
 18882+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Пояснюючій текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Звекшыти' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Пояснюючій текст</div></div>",
1888418883 'wikieditor-toolbar-help-content-reference-description' => 'Познамка',
1888518884 'wikieditor-toolbar-help-content-reference-syntax' => 'Текст сторінкы&lt;ref name="test"&gt;[http://www.example.org Текст одказу], додатковый текст.&lt;/ref&gt;.',
1888618885 'wikieditor-toolbar-help-content-reference-result' => "Текст сторінкы.<sup><a href='#'>[1]</a></sup>",
@@ -19004,8 +19003,8 @@
1900519004 'wikieditor-toolbar-tool-subscript-example' => 'Устуруока аннынааҕы бичик',
1900619005 'wikieditor-toolbar-group-insert' => 'Угуу',
1900719006 'wikieditor-toolbar-tool-gallery' => 'Ойуулар галереялара',
19008 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Сурук1
19009 -{{ns:file}}:Example.jpg|Сурук2',
 19007+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Сурук1
 19008+$1:Example.jpg|Сурук2',
1901019009 'wikieditor-toolbar-tool-newline' => 'Кыһыл устуруока',
1901119010 'wikieditor-toolbar-tool-table' => 'Таабыл',
1901219011 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -19111,9 +19110,9 @@
1911219111 'wikieditor-toolbar-help-content-olist-syntax' => '# Тиһик бэлиэтэ<br /># Тиһик бэлиэтэ',
1911319112 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Тиһик бэлиэтэ</li><li>Тиһик бэлиэтэ</li></ol>',
1911419113 'wikieditor-toolbar-help-content-file-description' => 'Иһинээҕи билэ',
19115 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Быһаарыыта]]',
 19114+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Быһаарыыта]]',
1911619115 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='
19117 -Быһаарыы сурук' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>
 19116+Быһаарыы сурук' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>
1911819117 Быһаарыы сурук</div></div>",
1911919118 'wikieditor-toolbar-help-content-reference-description' => 'Быһаарыы',
1912019119 'wikieditor-toolbar-help-content-reference-syntax' => 'Сирэй тиэкиһэ.&lt;ref name="test"&gt;[http://www.example.org Сигэ быһаарыыта], эбии быһаарыы.&lt;/ref&gt;',
@@ -19218,8 +19217,8 @@
1921919218 'wikieditor-toolbar-tool-subscript-example' => 'Testu subscritu',
1922019219 'wikieditor-toolbar-group-insert' => 'Inserta',
1922119220 'wikieditor-toolbar-tool-gallery' => 'Galleria de immàgines',
19222 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Esèmpiu.jpg|Didascalia1
19223 -{{ns:file}}:Esèmpiu.jpg|Didascalia2',
 19221+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Esèmpiu.jpg|Didascalia1
 19222+$1:Esèmpiu.jpg|Didascalia2',
1922419223 'wikieditor-toolbar-tool-newline' => 'Lìnia noa',
1922519224 'wikieditor-toolbar-tool-table' => 'Tabella',
1922619225 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -19325,8 +19324,8 @@
1932619325 'wikieditor-toolbar-help-content-olist-syntax' => '# Elementu de sa lista<br /># Elementu de sa lista',
1932719326 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Elementu de sa lista</li><li>Elementu de sa lista</li></ol>',
1932819327 'wikieditor-toolbar-help-content-file-description' => 'File incorporadu',
19329 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Esempru.png|thumb|Testu de sa didascalia]]',
19330 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Testu de sa didascalia' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Amannia' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testu de sa didascalia</div></div>",
 19328+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Esempru.png|thumb|Testu de sa didascalia]]',
 19329+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Testu de sa didascalia' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Amannia' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testu de sa didascalia</div></div>",
1933119330 'wikieditor-toolbar-help-content-reference-description' => 'Referèntzia',
1933219331 'wikieditor-toolbar-help-content-reference-result' => "Testu de sa pàgina.<sup><a href='#'>[1]</a></sup>",
1933319332 'wikieditor-toolbar-help-content-rereference-result' => "Testu de sa pàgina.<sup><a href='#'>[1]</a></sup>",
@@ -19445,8 +19444,8 @@
1944619445 'wikieditor-toolbar-tool-subscript-example' => 'testu n pèdici',
1944719446 'wikieditor-toolbar-group-insert' => 'Nsirìsci',
1944819447 'wikieditor-toolbar-tool-gallery' => 'Gallirìa di mmàggini',
19449 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Didascalia1
19450 -{{ns:file}}:Example.jpg|Didascalia2',
 19448+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Didascalia1
 19449+$1:Example.jpg|Didascalia2',
1945119450 'wikieditor-toolbar-tool-newline' => 'Ligna nova',
1945219451 'wikieditor-toolbar-tool-table' => 'Tabbella',
1945319452 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -19565,8 +19564,8 @@
1956619565 'wikieditor-toolbar-help-content-olist-syntax' => "* Elementu di l'elencu<br />* Elementu di l'elencu",
1956719566 'wikieditor-toolbar-help-content-olist-result' => "<ol><li>Elementu di l'elencu</li><li>Elementu di l'elencu</li></ol>",
1956819567 'wikieditor-toolbar-help-content-file-description' => 'File ncurpuratu',
19569 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Testu dâ didascalia]]',
19570 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Testu dâ didascalia' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ngrannisci' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testu dâ didascalia</div></div>",
 19568+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Testu dâ didascalia]]',
 19569+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Testu dâ didascalia' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ngrannisci' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testu dâ didascalia</div></div>",
1957119570 'wikieditor-toolbar-help-content-reference-description' => 'Rifirenza',
1957219571 'wikieditor-toolbar-help-content-reference-syntax' => 'Testu dâ pàggina.&lt;ref name="test"&gt;[http://www.example.org Testu dû culligamentu], testu ca si pò junciri.&lt;/ref&gt;',
1957319572 'wikieditor-toolbar-help-content-reference-result' => "Testu dâ pàggina.<sup><a href='#'>[1]</a></sup>",
@@ -19696,8 +19695,8 @@
1969719696 'wikieditor-toolbar-tool-subscript-example' => 'යටි ලකුණු පෙළ',
1969819697 'wikieditor-toolbar-group-insert' => 'ඇතුල් කරන්න',
1969919698 'wikieditor-toolbar-tool-gallery' => 'පිංතූර ගැලරිය',
19700 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:උදාහරණ.jpg| 1 යටි ලියමන
19701 -{{ns:file}}:උදාහරණ.jpg| 2 යටි ලියමන',
 19699+ 'wikieditor-toolbar-tool-gallery-example' => '$1:උදාහරණ.jpg| 1 යටි ලියමන
 19700+$1:උදාහරණ.jpg| 2 යටි ලියමන',
1970219701 'wikieditor-toolbar-tool-newline' => 'නව පේළිය',
1970319702 'wikieditor-toolbar-tool-table' => 'වගුව',
1970419703 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -19798,8 +19797,8 @@
1979919798 'wikieditor-toolbar-help-content-olist-syntax' => '# ලැයිස්තු අයිතමය<br /># ලැයිස්තු අයිතමය',
1980019799 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>ලැයිස්තු අයිතමය</li><li>ලැයිස්තු අයිතමය</li></ol>',
1980119800 'wikieditor-toolbar-help-content-file-description' => 'කා වැද්දූ ගොනුව',
19802 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|යටි ලියමන් පෙළ]]',
19803 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='යටි ලියමන් පෙළ' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='විශාලනය කිරීම' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>යටි ලියමන් පෙළ</div></div>",
 19801+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|යටි ලියමන් පෙළ]]',
 19802+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='යටි ලියමන් පෙළ' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='විශාලනය කිරීම' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>යටි ලියමන් පෙළ</div></div>",
1980419803 'wikieditor-toolbar-help-content-reference-description' => 'යොමුව',
1980519804 'wikieditor-toolbar-help-content-reference-syntax' => 'පිටු පෙළ.&lt;ref name="test"&gt;[http://www.example.org සබැඳුම් පෙළ], අමතර පෙළ.&lt;/ref&gt;',
1980619805 'wikieditor-toolbar-help-content-reference-result' => "පිටු පෙළ.<sup><a href='#'>[1]</a></sup>",
@@ -19925,8 +19924,8 @@
1992619925 'wikieditor-toolbar-tool-subscript-example' => 'Dolný index',
1992719926 'wikieditor-toolbar-group-insert' => 'Vložiť',
1992819927 'wikieditor-toolbar-tool-gallery' => 'Galéria obrázkov',
19929 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Príklad.jpg|Popis1
19930 -{{ns:file}}:Príklad.jpg|Popis2',
 19928+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Príklad.jpg|Popis1
 19929+$1:Príklad.jpg|Popis2',
1993119930 'wikieditor-toolbar-tool-newline' => 'Nový riadok',
1993219931 'wikieditor-toolbar-tool-table' => 'Tabuľka',
1993319932 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -20032,8 +20031,8 @@
2003320032 'wikieditor-toolbar-help-content-olist-syntax' => '# Položka zoznamu<br /># Položka zoznamu',
2003420033 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Položka zoznamu</li><li>Položka zoznamu</li></ol>',
2003520034 'wikieditor-toolbar-help-content-file-description' => 'Vložený súbor',
20036 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Príklad.png|náhľad|Text nadpisu]]',
20037 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Text nadpisu' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Zväčšiť' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Text nadpisu</div></div>",
 20035+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Príklad.png|náhľad|Text nadpisu]]',
 20036+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Text nadpisu' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Zväčšiť' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Text nadpisu</div></div>",
2003820037 'wikieditor-toolbar-help-content-reference-description' => 'Referencie',
2003920038 'wikieditor-toolbar-help-content-reference-syntax' => 'Text stránky.&lt;ref name="test"&gt;[http://www.example.org Text odkazu], ďalší text.&lt;/ref&gt;',
2004020039 'wikieditor-toolbar-help-content-reference-result' => "Text stránky.<sup><a href='#'>[1]</a></sup>",
@@ -20158,8 +20157,8 @@
2015920158 'wikieditor-toolbar-tool-subscript-example' => 'Podpisano besedilo',
2016020159 'wikieditor-toolbar-group-insert' => 'Vstavi',
2016120160 'wikieditor-toolbar-tool-gallery' => 'Galerija slik',
20162 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Primer 1.jpg|Napis 1
20163 -{{ns:file}}:Primer 2.jpg|Napis 2',
 20161+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Primer 1.jpg|Napis 1
 20162+$1:Primer 2.jpg|Napis 2',
2016420163 'wikieditor-toolbar-tool-newline' => 'Nova vrstica',
2016520164 'wikieditor-toolbar-tool-table' => 'Tabela',
2016620165 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -20265,8 +20264,8 @@
2026620265 'wikieditor-toolbar-help-content-olist-syntax' => '# Vnos a <br /> # Vnos b',
2026720266 'wikieditor-toolbar-help-content-olist-result' => '<ol><li> Vnos a </li><li> Vnos b </li></ol>',
2026820267 'wikieditor-toolbar-help-content-file-description' => 'Vgradnja slike',
20269 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Primer.jpg|thumb|Napis pod sliko]]',
20270 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'> <a title=\"Napis pod sliko\" class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a> <div class='thumbcaption'><div class='magnify'> <a title=\"Povečaj\" class='internal' href='#'><img height='11' width='15' alt='' src='\$1/common/images/magnify-clip.png'/></a> </div> Napis pod sliko </div></div>",
 20268+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Primer.jpg|thumb|Napis pod sliko]]',
 20269+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'> <a title=\"Napis pod sliko\" class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a> <div class='thumbcaption'><div class='magnify'> <a title=\"Povečaj\" class='internal' href='#'><img height='11' width='15' alt='' src='\$1/common/images/magnify-clip.png'/></a> </div> Napis pod sliko </div></div>",
2027120270 'wikieditor-toolbar-help-content-reference-description' => 'Sprotna opomba',
2027220271 'wikieditor-toolbar-help-content-reference-syntax' => 'Besedilo strani. &lt;ref name=&quot;test&quot;&gt; [http://www.example.org Oznaka povezave], dodatno besedilo. &lt;/ref&gt;',
2027320272 'wikieditor-toolbar-help-content-reference-result' => "Besedilo strani. <a href='#'><sup>[1]</sup></a>",
@@ -20424,8 +20423,8 @@
2042520424 'wikieditor-toolbar-help-content-heading5-result' => '<h5>Mbishkrimi</h5>',
2042620425 'wikieditor-toolbar-help-content-ulist-description' => 'Lista e të numruara',
2042720426 'wikieditor-toolbar-help-content-olist-description' => 'Lista e numëruar',
20428 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:shembull.jpg|thumb|Përshkrimi]]',
20429 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Përshkrimi' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Zmadhoe' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Përshkrimi</div></div>",
 20427+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:shembull.jpg|thumb|Përshkrimi]]',
 20428+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Përshkrimi' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Zmadhoe' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Përshkrimi</div></div>",
2043020429 'wikieditor-toolbar-help-content-reference-description' => 'Burimi',
2043120430 'wikieditor-toolbar-help-content-reference-syntax' => 'Teksti i Faqës.&lt;ref name="test"&gt;[http://www.shembull.org Teksti i lidhjes], Tekst shtues.&lt;/ref&gt;',
2043220431 'wikieditor-toolbar-help-content-reference-result' => "Teksti i Faqës.<sup><a href='#'>[1]</a></sup>",
@@ -20540,8 +20539,8 @@
2054120540 'wikieditor-toolbar-tool-subscript-example' => 'Текст натписа',
2054220541 'wikieditor-toolbar-group-insert' => 'Убаци',
2054320542 'wikieditor-toolbar-tool-gallery' => 'Галерија слика',
20544 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:пример1.jpg|Наслов1
20545 -{{ns:file}}:пример2.jpg|Наслов2',
 20543+ 'wikieditor-toolbar-tool-gallery-example' => '$1:пример1.jpg|Наслов1
 20544+$1:пример2.jpg|Наслов2',
2054620545 'wikieditor-toolbar-tool-newline' => 'Нова линија',
2054720546 'wikieditor-toolbar-tool-table' => 'Табела',
2054820547 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -20640,7 +20639,7 @@
2064120640 'wikieditor-toolbar-help-content-ulist-description' => 'Попис с ознакама',
2064220641 'wikieditor-toolbar-help-content-olist-description' => 'Нумерисана листа',
2064320642 'wikieditor-toolbar-help-content-file-description' => 'Слика',
20644 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Примјер.png|мини|Назив слике]]',
 20643+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Примјер.png|мини|Назив слике]]',
2064520644 'wikieditor-toolbar-help-content-reference-description' => 'Референце',
2064620645 'wikieditor-toolbar-help-content-reference-result' => "Текст странице.<sup><a href='#'>[1]</a></sup>",
2064720646 'wikieditor-toolbar-help-content-rereference-description' => 'Додатна употреба исте референце',
@@ -20728,8 +20727,8 @@
2072920728 'wikieditor-toolbar-tool-small-example' => 'Mali tekst',
2073020729 'wikieditor-toolbar-group-insert' => 'Ubaci',
2073120730 'wikieditor-toolbar-tool-gallery' => 'Galerija slika',
20732 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:primer1.jpg|Naslov1
20733 -{{ns:file}}:primer2.jpg|Naslov2',
 20731+ 'wikieditor-toolbar-tool-gallery-example' => '$1:primer1.jpg|Naslov1
 20732+$1:primer2.jpg|Naslov2',
2073420733 'wikieditor-toolbar-tool-newline' => 'Nova linija',
2073520734 'wikieditor-toolbar-tool-table' => 'Tabela',
2073620735 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -20816,7 +20815,7 @@
2081720816 'wikieditor-toolbar-help-content-heading5-syntax' => '===== Naslov odeljka =====',
2081820817 'wikieditor-toolbar-help-content-heading5-result' => '<h5>Naslov odeljka</h5>',
2081920818 'wikieditor-toolbar-help-content-olist-description' => 'Numerisana lista',
20820 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Primjer.png|mini|Naziv slike]]',
 20819+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Primjer.png|mini|Naziv slike]]',
2082120820 'wikieditor-toolbar-help-content-reference-description' => 'Reference',
2082220821 'wikieditor-toolbar-help-content-showreferences-description' => 'Prikaži reference',
2082320822 'wikieditor-toolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>Korisnik</a> (<a href='#' title='{{#special:mytalk}}'>razgovor</a>) 15:54, 10. jun 2009. (UTC)",
@@ -20921,8 +20920,8 @@
2092220921 'wikieditor-toolbar-tool-subscript-example' => 'Téks subskrip',
2092320922 'wikieditor-toolbar-group-insert' => 'Asupkeun',
2092420923 'wikieditor-toolbar-tool-gallery' => 'Galeri gambar',
20925 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Conto.jpg|Pedaran1
20926 -{{ns:file}}:Conto.jpg|Pedaran2',
 20924+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Conto.jpg|Pedaran1
 20925+$1:Conto.jpg|Pedaran2',
2092720926 'wikieditor-toolbar-tool-newline' => 'Baris anyar',
2092820927 'wikieditor-toolbar-tool-table' => 'Tabél',
2092920928 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -21018,8 +21017,8 @@
2101921018 'wikieditor-toolbar-help-content-heading5-result' => '<h5>Téks subjudul</h5>',
2102021019 'wikieditor-toolbar-help-content-ulist-description' => 'Béréndélan pélor',
2102121020 'wikieditor-toolbar-help-content-olist-description' => 'Béréndélan nomer',
21022 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Conto.png|thumb|Téks gambar]]',
21023 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Téks pedaran' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Gedéan' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Téks pedaran</div></div>",
 21021+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Conto.png|thumb|Téks gambar]]',
 21022+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Téks pedaran' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Gedéan' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Téks pedaran</div></div>",
2102421023 'wikieditor-toolbar-help-content-reference-description' => 'Rujukan',
2102521024 'wikieditor-toolbar-help-content-reference-syntax' => 'Téks kaca.&lt;ref name="test"&gt;[http://www.conto.org Téks tutumbu], téks panambih.&lt;/ref&gt;',
2102621025 'wikieditor-toolbar-help-content-reference-result' => "Téks kaca.<sup><a href='#'>[1]</a></sup>",
@@ -21148,8 +21147,8 @@
2114921148 'wikieditor-toolbar-tool-subscript-example' => 'Nedsänkt text',
2115021149 'wikieditor-toolbar-group-insert' => 'Sätt in',
2115121150 'wikieditor-toolbar-tool-gallery' => 'Bildgalleri',
21152 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Exempel.jpg|Bildtext1
21153 -{{ns:file}}:Exempel.jpg|Bildtext2',
 21151+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Exempel.jpg|Bildtext1
 21152+$1:Exempel.jpg|Bildtext2',
2115421153 'wikieditor-toolbar-tool-newline' => 'Ny rad',
2115521154 'wikieditor-toolbar-tool-table' => 'Tabell',
2115621155 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -21255,8 +21254,8 @@
2125621255 'wikieditor-toolbar-help-content-olist-syntax' => '# Listelement<br /># Listelement',
2125721256 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Listelement</li><li>Listelement</li></ol>',
2125821257 'wikieditor-toolbar-help-content-file-description' => 'Inbäddad fil',
21259 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|miniatyr|Bildtext]]',
21260 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bildtext' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Förstora' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bildtext</div></div>",
 21258+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|miniatyr|Bildtext]]',
 21259+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Bildtext' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Förstora' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Bildtext</div></div>",
2126121260 'wikieditor-toolbar-help-content-reference-description' => 'Referens',
2126221261 'wikieditor-toolbar-help-content-reference-syntax' => 'Brödtext.&lt;ref name="test"&gt;[http://www.example.org Länktext], ytterligare text.&lt;/ref&gt;',
2126321262 'wikieditor-toolbar-help-content-reference-result' => "Brödtext.<sup><a href='#'>[1]</a></sup>",
@@ -21379,8 +21378,8 @@
2138021379 'wikieditor-toolbar-tool-subscript-example' => 'Maandishi ya chini',
2138121380 'wikieditor-toolbar-group-insert' => 'Kuweka',
2138221381 'wikieditor-toolbar-tool-gallery' => 'Mkusanyiko wa picha',
21383 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Maelezo mafupi 1
21384 -{{ns:file}}:Example.jpg|Maelezo mafupi 2',
 21382+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Maelezo mafupi 1
 21383+$1:Example.jpg|Maelezo mafupi 2',
2138521384 'wikieditor-toolbar-tool-newline' => 'Mstari mpya',
2138621385 'wikieditor-toolbar-tool-table' => 'Jedwali',
2138721386 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -21487,8 +21486,8 @@
2148821487 'wikieditor-toolbar-help-content-olist-syntax' => '# Aya<br /># Aya',
2148921488 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Aya</li><li>Aya</li></ol>',
2149021489 'wikieditor-toolbar-help-content-file-description' => 'Faili futike',
21491 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Maelezo mafupi]]',
21492 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Maelezo mafupi' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Kuza' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Maelezo mafupi</div></div>",
 21490+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Maelezo mafupi]]',
 21491+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Maelezo mafupi' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Kuza' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Maelezo mafupi</div></div>",
2149321492 'wikieditor-toolbar-help-content-reference-description' => 'Tiniwayo',
2149421493 'wikieditor-toolbar-help-content-reference-syntax' => 'Maandishi ya ukurasa.&lt;ref name="mfano"&gt;[http://www.example.org Maandishi ya kiungo], maandishi mengine.&lt;/ref&gt;',
2149521494 'wikieditor-toolbar-help-content-reference-result' => "Maandiko.<sup><a href='#'>[1]</a></sup>",
@@ -21783,8 +21782,8 @@
2178421783 'wikieditor-toolbar-tool-subscript-example' => 'పాదాక్షర పాఠ్యం',
2178521784 'wikieditor-toolbar-group-insert' => 'చేర్చు',
2178621785 'wikieditor-toolbar-tool-gallery' => 'చిత్రమాలిక',
21787 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|ఉపశీర్షిక1
21788 -{{ns:file}}:Example.jpg|ఉపశీర్షిక2',
 21786+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|ఉపశీర్షిక1
 21787+$1:Example.jpg|ఉపశీర్షిక2',
2178921788 'wikieditor-toolbar-tool-newline' => 'కొత్త లైను',
2179021789 'wikieditor-toolbar-tool-table' => 'పట్టిక',
2179121790 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -21877,8 +21876,8 @@
2187821877 'wikieditor-toolbar-help-content-olist-description' => 'సంఖ్యానుగుణ జాబితా',
2187921878 'wikieditor-toolbar-help-content-olist-syntax' => '# జాబితా అంశం<br /># జాబితా అంశం',
2188021879 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>జాబితా అంశం</li><li>జాబితా అంశం</li></ol>',
21881 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|వివరణ పాఠ్యం]]',
21882 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>వివరణ పాఠ్యం</div></div>",
 21880+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|వివరణ పాఠ్యం]]',
 21881+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>వివరణ పాఠ్యం</div></div>",
2188321882 'wikieditor-toolbar-help-content-reference-description' => 'సాక్ష్యాలు',
2188421883 'wikieditor-toolbar-help-content-reference-syntax' => 'పేజీ పాఠ్యం.&lt;ref name="test"&gt;[http://www.example.org లింకు పాఠ్యం], అదనపు పాఠ్యం.&lt;/ref&gt;',
2188521884 'wikieditor-toolbar-help-content-reference-result' => "పేజీ పాఠ్యం.<sup><a href='#'>[1]</a></sup>",
@@ -22010,8 +22009,8 @@
2201122010 'wikieditor-toolbar-tool-subscript-example' => 'ตัวหนังสือที่เป็นตัวห้อย',
2201222011 'wikieditor-toolbar-group-insert' => 'แทรก',
2201322012 'wikieditor-toolbar-tool-gallery' => 'จัดแสดงภาพ',
22014 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|คำอธิบายภาพ1
22015 -{{ns:file}}:Example.jpg|คำอธิบายภาพ2',
 22013+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|คำอธิบายภาพ1
 22014+$1:Example.jpg|คำอธิบายภาพ2',
2201622015 'wikieditor-toolbar-tool-newline' => 'ขึ้นบรรทัดใหม่',
2201722016 'wikieditor-toolbar-tool-table' => 'ตาราง',
2201822017 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -22113,8 +22112,8 @@
2211422113 'wikieditor-toolbar-help-content-olist-syntax' => '# เนื้อหารายการ<br /># เนื้อหารายการ',
2211522114 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>เนื้อหารายการ</li><li>เนื้อหารายการ</li></ol>',
2211622115 'wikieditor-toolbar-help-content-file-description' => 'แทรกไฟล์',
22117 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|คำอธิบายภาพ]]',
22118 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='คำอธิบาย' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='ขยายใหญ่' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>คำอธิบาย</div></div>",
 22116+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|คำอธิบายภาพ]]',
 22117+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='คำอธิบาย' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='ขยายใหญ่' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>คำอธิบาย</div></div>",
2211922118 'wikieditor-toolbar-help-content-reference-description' => 'อ้างอิง',
2212022119 'wikieditor-toolbar-help-content-reference-syntax' => 'ชื่อหน้า.&lt;ref name="test"&gt;[http://www.example.org ชื่อลิงก์], คำอธิบายเพิ่มเติม.&lt;/ref&gt;',
2212122120 'wikieditor-toolbar-help-content-reference-result' => "ข้อความในหน้า<sup><a href='#'>[1]</a></sup>",
@@ -22237,8 +22236,8 @@
2223822237 'wikieditor-toolbar-tool-subscript-example' => 'Setirasty tekst',
2223922238 'wikieditor-toolbar-group-insert' => 'Giriz',
2224022239 'wikieditor-toolbar-tool-gallery' => 'Surat galereýasy',
22241 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Titr1
22242 -{{ns:file}}:Example.jpg|Titr2',
 22240+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Titr1
 22241+$1:Example.jpg|Titr2',
2224322242 'wikieditor-toolbar-tool-newline' => 'Täze setir',
2224422243 'wikieditor-toolbar-tool-table' => 'Tablisa',
2224522244 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -22344,8 +22343,8 @@
2234522344 'wikieditor-toolbar-help-content-olist-syntax' => '# Sanaw elementi<br /># Sanaw elementi',
2234622345 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Sanaw elementi</li><li>Sanaw elementi</li></ol>',
2234722346 'wikieditor-toolbar-help-content-file-description' => 'Salnan faýl',
22348 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Titriň teksti]]',
22349 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Titriň teksti' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ulalt' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Titriň teksti</div></div>",
 22347+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Titriň teksti]]',
 22348+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Titriň teksti' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Ulalt' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Titriň teksti</div></div>",
2235022349 'wikieditor-toolbar-help-content-reference-description' => 'Salgylanma',
2235122350 'wikieditor-toolbar-help-content-reference-syntax' => 'Sahypanyň teksti.&lt;ref name="test"&gt;[http://www.example.org Çykgydyň teksti], goşmaça tekst.&lt;/ref&gt;',
2235222351 'wikieditor-toolbar-help-content-reference-result' => "Sahypa teksti.<sup><a href='#'>[1]</a></sup>",
@@ -22470,8 +22469,8 @@
2247122470 'wikieditor-toolbar-tool-subscript-example' => 'Teksto ng nakababang panitik',
2247222471 'wikieditor-toolbar-group-insert' => 'Isingit',
2247322472 'wikieditor-toolbar-tool-gallery' => 'Tipunan ng larawan',
22474 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Halimbawa.jpg|Kapsyon1
22475 -{{ns:file}}:Halimbawa.jpg|Kapsyon2',
 22473+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Halimbawa.jpg|Kapsyon1
 22474+$1:Halimbawa.jpg|Kapsyon2',
2247622475 'wikieditor-toolbar-tool-newline' => 'Bagong guhit',
2247722476 'wikieditor-toolbar-tool-table' => 'Talahanayan',
2247822477 'wikieditor-toolbar-tool-table-example-old' => '
@@ -22577,8 +22576,8 @@
2257822577 'wikieditor-toolbar-help-content-olist-syntax' => '# Bagay sa talaan<br /># Bagay sa talaan',
2257922578 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Bagay sa talaan</li><li>Bagay sa talaan</li></ol>',
2258022579 'wikieditor-toolbar-help-content-file-description' => 'Talaksang nakabaon',
22581 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Halimbawa.png|kagyat|Teksto ng kapsyon]]',
22582 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tekstong nagpapaliwanag</div></div>",
 22580+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Halimbawa.png|kagyat|Teksto ng kapsyon]]',
 22581+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Tekstong nagpapaliwanag</div></div>",
2258322582 'wikieditor-toolbar-help-content-reference-description' => 'Sanggunian',
2258422583 'wikieditor-toolbar-help-content-reference-syntax' => 'Taksto ng pahina.&lt;ref name="test"&gt;[http://www.halimbawa.org Teksto ng kawing], karagdagang teksto.&lt;/ref&gt;',
2258522584 'wikieditor-toolbar-help-content-reference-result' => "Teksto ng pahina.<sup><a href='#'>[1]</a></sup>",
@@ -22713,8 +22712,8 @@
2271422713 'wikieditor-toolbar-tool-subscript-example' => 'Alt simge metni',
2271522714 'wikieditor-toolbar-group-insert' => 'Ekle',
2271622715 'wikieditor-toolbar-tool-gallery' => 'Resim galerisi',
22717 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Örnek.jpg|Resimyazısı1
22718 -{{ns:file}}:Örnek.jpg|Resimyazısı2',
 22716+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Örnek.jpg|Resimyazısı1
 22717+$1:Örnek.jpg|Resimyazısı2',
2271922718 'wikieditor-toolbar-tool-newline' => 'Yeni satır',
2272022719 'wikieditor-toolbar-tool-table' => 'Tablo',
2272122720 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -22819,8 +22818,8 @@
2282022819 'wikieditor-toolbar-help-content-olist-syntax' => '# Liste öğesi<br /># Liste öğesi',
2282122820 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Liste öğesi</li><li>Liste öğesi</li></ol>',
2282222821 'wikieditor-toolbar-help-content-file-description' => 'Gömülü dosya',
22823 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Ornek.png|thumb|Resim yazısı]]',
22824 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Resim yazısı</div></div>",
 22822+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Ornek.png|thumb|Resim yazısı]]',
 22823+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Resim yazısı</div></div>",
2282522824 'wikieditor-toolbar-help-content-reference-description' => 'Kaynak',
2282622825 'wikieditor-toolbar-help-content-reference-syntax' => 'Sayfa metni.&lt;ref name="deneme"&gt;[http://www.ornek.org Bağlanı metni], ek metin.&lt;/ref&gt;',
2282722826 'wikieditor-toolbar-help-content-reference-result' => "Sayfa metni.<sup><a href='#'>[1]</a></sup>",
@@ -22946,8 +22945,8 @@
2294722946 'wikieditor-toolbar-tool-subscript-example' => 'Индекслы юл тексты',
2294822947 'wikieditor-toolbar-group-insert' => 'Өстәү',
2294922948 'wikieditor-toolbar-tool-gallery' => 'Рәсемнәр җыентыгы',
22950 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Мисал.jpg|Тасвирлама1
22951 -{{ns:file}}:Мисал.jpg|Тасвирлама2',
 22949+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Мисал.jpg|Тасвирлама1
 22950+$1:Мисал.jpg|Тасвирлама2',
2295222951 'wikieditor-toolbar-tool-newline' => 'Яңа юл',
2295322952 'wikieditor-toolbar-tool-table' => 'Табын',
2295422953 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -23053,9 +23052,9 @@
2305423053 'wikieditor-toolbar-help-content-olist-syntax' => '# Исемлекнең тәртибе<br /># Исемлекнең тәртибе',
2305523054 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Исемлекнең тәртибе</li><li>Исемлекнең тәртибе</li></ol>',
2305623055 'wikieditor-toolbar-help-content-file-description' => 'Куелган файл',
23057 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Аңлатмалы текст]]',
 23056+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Аңлатмалы текст]]',
2305823057 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='
23059 -Аңлатмалы текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Увеличить' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>
 23058+Аңлатмалы текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Увеличить' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>
2306023059 Пояснительный текст</div></div>",
2306123060 'wikieditor-toolbar-help-content-reference-description' => 'Искәрмә',
2306223061 'wikieditor-toolbar-help-content-reference-syntax' => 'Битнең тексты.&lt;ref name="test"&gt;[http://www.example.org Сылтаманың тексты], өстәмә текст.&lt;/ref&gt;',
@@ -23185,8 +23184,8 @@
2318623185 'wikieditor-toolbar-tool-subscript-example' => 'Текст нижнього індексу',
2318723186 'wikieditor-toolbar-group-insert' => 'Вставити',
2318823187 'wikieditor-toolbar-tool-gallery' => 'Галерея',
23189 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Опис1
23190 -{{ns:file}}:Example.jpg|Опис2',
 23188+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Опис1
 23189+$1:Example.jpg|Опис2',
2319123190 'wikieditor-toolbar-tool-newline' => 'Новий рядок',
2319223191 'wikieditor-toolbar-tool-table' => 'Таблиця',
2319323192 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -23292,8 +23291,8 @@
2329323292 'wikieditor-toolbar-help-content-olist-syntax' => '# Елемент списку<br /># Елемент списку',
2329423293 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Елемент списку</li><li>Елемент списку</li></ol>',
2329523294 'wikieditor-toolbar-help-content-file-description' => 'Вбудований файл',
23296 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Пояснювальний текст]]',
23297 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Пояснювальний текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Збільшити' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Пояснювальний текст</div></div>",
 23295+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Пояснювальний текст]]',
 23296+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Пояснювальний текст' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Збільшити' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Пояснювальний текст</div></div>",
2329823297 'wikieditor-toolbar-help-content-reference-description' => 'Виноска',
2329923298 'wikieditor-toolbar-help-content-reference-syntax' => 'Текст сторінки&lt;ref name="test"&gt;[http://www.example.org Текст посилання], додатковий текст.&lt;/ref&gt;.',
2330023299 'wikieditor-toolbar-help-content-reference-result' => "Текст сторінки.<sup><a href='#'>[1]</a></sup>",
@@ -23425,8 +23424,8 @@
2342623425 'wikieditor-toolbar-tool-subscript-example' => 'Testo in pèdice',
2342723426 'wikieditor-toolbar-group-insert' => 'Inserissi',
2342823427 'wikieditor-toolbar-tool-gallery' => 'Galerìa fotografica',
23429 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Esenpio.jpg|Didascalia1
23430 -{{ns:file}}:Esenpio.jpg|Didascalia2',
 23428+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Esenpio.jpg|Didascalia1
 23429+$1:Esenpio.jpg|Didascalia2',
2343123430 'wikieditor-toolbar-tool-newline' => 'Riga nova',
2343223431 'wikieditor-toolbar-tool-table' => 'Tabèla',
2343323432 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -23532,8 +23531,8 @@
2353323532 'wikieditor-toolbar-help-content-olist-syntax' => "# Elemento de l'elenco<br /># Elemento de l'elenco",
2353423533 'wikieditor-toolbar-help-content-olist-result' => "<ol><li>Elemento de l'elenco</li><li>Elemento de l'elenco</li></ol>",
2353523534 'wikieditor-toolbar-help-content-file-description' => 'File incorporado',
23536 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Testo de la didascalia]]',
23537 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testo de la didascalia</div></div>",
 23535+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Testo de la didascalia]]',
 23536+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Testo de la didascalia</div></div>",
2353823537 'wikieditor-toolbar-help-content-reference-description' => 'Nota',
2353923538 'wikieditor-toolbar-help-content-reference-syntax' => 'Testo de la pagina.&lt;ref name="test"&gt;[http://www.esenpio.org Testo del colegamento], altro testo in più.&lt;/ref&gt;',
2354023539 'wikieditor-toolbar-help-content-reference-result' => "Testo de la pagina.<sup><a href='#'>[1]</a></sup>",
@@ -23712,8 +23711,8 @@
2371323712 'wikieditor-toolbar-tool-subscript-example' => 'Chữ được viết xuống dưới',
2371423713 'wikieditor-toolbar-group-insert' => 'Chèn',
2371523714 'wikieditor-toolbar-tool-gallery' => 'Album hình ảnh',
23716 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Ví dụ.jpg|Chú thích 1
23717 -{{ns:file}}:Ví dụ.jpg|Chú thích 2',
 23715+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Ví dụ.jpg|Chú thích 1
 23716+$1:Ví dụ.jpg|Chú thích 2',
2371823717 'wikieditor-toolbar-tool-newline' => 'Dòng mới',
2371923718 'wikieditor-toolbar-tool-table' => 'Bảng',
2372023719 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -23819,8 +23818,8 @@
2382023819 'wikieditor-toolbar-help-content-olist-syntax' => '# Mục danh sách<br /># Mục danh sách',
2382123820 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Mục danh sách</li><li>Mục danh sách</li></ol>',
2382223821 'wikieditor-toolbar-help-content-file-description' => 'Chèn tập tin',
23823 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Ví dụ.png|thumb|Văn bản chú thích]]',
23824 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Văn bản chú thích' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Phóng lớn' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Văn bản chú thích</div></div>",
 23822+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Ví dụ.png|thumb|Văn bản chú thích]]',
 23823+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Văn bản chú thích' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Phóng lớn' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Văn bản chú thích</div></div>",
2382523824 'wikieditor-toolbar-help-content-reference-description' => 'Tham khảo',
2382623825 'wikieditor-toolbar-help-content-reference-syntax' => 'Nội dung trang&lt;ref name="thử"&gt;[http://www.example.org Văn bản liên kết], văn bản bổ sung.&lt;/ref&gt;.',
2382723826 'wikieditor-toolbar-help-content-reference-result' => "Nội dung trang<sup><a href='#'>[1]</a></sup>.",
@@ -23928,8 +23927,8 @@
2392923928 'wikieditor-toolbar-tool-subscript-example' => 'Mbind ci suufaan',
2393023929 'wikieditor-toolbar-group-insert' => 'Roof',
2393123930 'wikieditor-toolbar-tool-gallery' => 'Gaaraluwaayu nataal',
23932 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Misaal.jpg|Faramfacce1
23933 -{{ns:file}}:Misaal.jpg|Faramfacce2',
 23931+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Misaal.jpg|Faramfacce1
 23932+$1:Misaal.jpg|Faramfacce2',
2393423933 'wikieditor-toolbar-tool-newline' => 'Rëdd wu bees',
2393523934 'wikieditor-toolbar-tool-table' => 'Xaatim',
2393623935 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -24084,8 +24083,8 @@
2408524084 'wikieditor-toolbar-tool-subscript-example' => 'גענידערטער טעקסט',
2408624085 'wikieditor-toolbar-group-insert' => 'צולייגן',
2408724086 'wikieditor-toolbar-tool-gallery' => 'בילדער גאַלעריע',
24088 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:בײַשפיל.jpg|קעפל1
24089 -{{ns:file}}:בײַשפיל.jpg|קעפל2',
 24087+ 'wikieditor-toolbar-tool-gallery-example' => '$1:בײַשפיל.jpg|קעפל1
 24088+$1:בײַשפיל.jpg|קעפל2',
2409024089 'wikieditor-toolbar-tool-newline' => 'נײַע שורה',
2409124090 'wikieditor-toolbar-tool-table' => 'טאַבעלע',
2409224091 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -24188,8 +24187,8 @@
2418924188 'wikieditor-toolbar-help-content-olist-syntax' => '# ליסטע איינצל<br /># ליסטע איינצל',
2419024189 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>ליסטע איינצל</li><li>ליסטע איינצל</li></ol>',
2419124190 'wikieditor-toolbar-help-content-file-description' => 'אײַנגעבעטעטע טעקע',
24192 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|באשרייבונג]]',
24193 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='קעפל טעקסט' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='פארגרעסערן' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>באַשרײַבונג</div></div>",
 24191+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|באשרייבונג]]',
 24192+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='קעפל טעקסט' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='פארגרעסערן' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>באַשרײַבונג</div></div>",
2419424193 'wikieditor-toolbar-help-content-reference-description' => 'רעפערענץ',
2419524194 'wikieditor-toolbar-help-content-reference-syntax' => 'בלאַט טעקסט.&lt;ref name="test"&gt;[http://www.example.org לינק טעקסט], צוגעגעבענער טעקסט.&lt;/ref&gt;',
2419624195 'wikieditor-toolbar-help-content-reference-result' => "בלאַט טעקסט. <a href='#'><sup>[1]</sup></a>",
@@ -24310,8 +24309,8 @@
2431124310 'wikieditor-toolbar-tool-subscript-example' => 'Ìkọ àfìkọṣábẹ́',
2431224311 'wikieditor-toolbar-group-insert' => 'Ìkìbọ̀',
2431324312 'wikieditor-toolbar-tool-gallery' => 'Ìkójọ àwòrán',
24314 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|Àkọlé1
24315 -{{ns:file}}:Example.jpg|Àkọlé2',
 24313+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|Àkọlé1
 24314+$1:Example.jpg|Àkọlé2',
2431624315 'wikieditor-toolbar-tool-newline' => 'Ìlà tuntun',
2431724316 'wikieditor-toolbar-tool-table' => 'Tábìlì',
2431824317 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -24417,8 +24416,8 @@
2441824417 'wikieditor-toolbar-help-content-olist-syntax' => '# Ohun àkójọ<br /># Ohun àkójọ',
2441924418 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>Ohun àkójọ</li><li>Ohun àkójọ</li></ol>',
2442024419 'wikieditor-toolbar-help-content-file-description' => 'Fáìlì alákòósínú',
24421 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|Àkọlé]]',
24422 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Ìkọ àkọlé' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Ìkọ àkọlé</div></div>",
 24420+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|Àkọlé]]',
 24421+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Ìkọ àkọlé' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>Ìkọ àkọlé</div></div>",
2442324422 'wikieditor-toolbar-help-content-reference-description' => 'Ìtọ́kasí',
2442424423 'wikieditor-toolbar-help-content-reference-syntax' => 'Íkọ ojúewé.&lt;ref name="test"&gt;[http://www.example.org Ìkọ ìjápọ̀], ìkọ mìràn.&lt;/ref&gt;',
2442524424 'wikieditor-toolbar-help-content-reference-result' => "Ìkọ ojúewé.<sup><a href='#'>[1]</a></sup>",
@@ -24540,8 +24539,8 @@
2454124540 'wikieditor-toolbar-tool-subscript-example' => '下標字',
2454224541 'wikieditor-toolbar-group-insert' => '插入',
2454324542 'wikieditor-toolbar-tool-gallery' => '畫廊',
24544 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|標題1
24545 -{{ns:file}}:Example.jpg|標題2',
 24543+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|標題1
 24544+$1:Example.jpg|標題2',
2454624545 'wikieditor-toolbar-tool-newline' => '新行',
2454724546 'wikieditor-toolbar-tool-table' => '表',
2454824547 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -24666,8 +24665,8 @@
2466724666 'wikieditor-toolbar-help-content-olist-syntax' => '# 一覽項目<br /># 一覽項目',
2466824667 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>一覽項目</li><li>一覽項目</li></ol>',
2466924668 'wikieditor-toolbar-help-content-file-description' => '結合檔',
24670 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|標題字]]',
24671 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='標題字' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='放大' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>標題字</div></div>",
 24669+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|標題字]]',
 24670+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='標題字' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='放大' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>標題字</div></div>",
2467224671 'wikieditor-toolbar-help-content-reference-description' => '參考',
2467324672 'wikieditor-toolbar-help-content-reference-syntax' => '頁字。&lt;ref name="test"&gt;[http://www.example.org 連字],附加字。&lt;/ref&gt;',
2467424673 'wikieditor-toolbar-help-content-reference-result' => "頁字。<sup><a href='#'>[1]</a></sup>",
@@ -24798,8 +24797,8 @@
2479924798 'wikieditor-toolbar-tool-subscript-example' => '下标文字',
2480024799 'wikieditor-toolbar-group-insert' => '插入',
2480124800 'wikieditor-toolbar-tool-gallery' => '画廊',
24802 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|标题1
24803 -{{ns:file}}:Example.jpg|标题2',
 24801+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|标题1
 24802+$1:Example.jpg|标题2',
2480424803 'wikieditor-toolbar-tool-newline' => '换行',
2480524804 'wikieditor-toolbar-tool-table' => '表格',
2480624805 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -24905,8 +24904,8 @@
2490624905 'wikieditor-toolbar-help-content-olist-syntax' => '# 列表项<br /># 列表项',
2490724906 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>列表项</li><li>列表项</li></ol>',
2490824907 'wikieditor-toolbar-help-content-file-description' => '嵌入文件',
24909 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|标题文本]]',
24910 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='标题文本' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='放大' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>标题文本</div></div>",
 24908+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|标题文本]]',
 24909+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='标题文本' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='放大' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>标题文本</div></div>",
2491124910 'wikieditor-toolbar-help-content-reference-description' => '注释',
2491224911 'wikieditor-toolbar-help-content-reference-syntax' => '页面文本。&lt;ref name="测试"&gt;[http://www.example.org 链接文本],附加文本。&lt;/ref&gt;',
2491324912 'wikieditor-toolbar-help-content-reference-result' => "页面文本。<sup><a href='#'>[1]</a></sup>",
@@ -25037,8 +25036,8 @@
2503825037 'wikieditor-toolbar-tool-subscript-example' => '下標文字',
2503925038 'wikieditor-toolbar-group-insert' => '插入',
2504025039 'wikieditor-toolbar-tool-gallery' => '畫廊',
25041 - 'wikieditor-toolbar-tool-gallery-example' => '{{ns:file}}:Example.jpg|標題1
25042 -{{ns:file}}:Example.jpg|標題2',
 25040+ 'wikieditor-toolbar-tool-gallery-example' => '$1:Example.jpg|標題1
 25041+$1:Example.jpg|標題2',
2504325042 'wikieditor-toolbar-tool-newline' => '換行',
2504425043 'wikieditor-toolbar-tool-table' => '表格',
2504525044 'wikieditor-toolbar-tool-table-example-old' => '-
@@ -25166,8 +25165,8 @@
2516725166 'wikieditor-toolbar-help-content-olist-syntax' => '# 列表項目<br /># 列表項目',
2516825167 'wikieditor-toolbar-help-content-olist-result' => '<ol><li>列表項目</li><li>列表項目</li></ol>',
2516925168 'wikieditor-toolbar-help-content-file-description' => '結合檔',
25170 - 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Example.png|thumb|標題文字]]',
25171 - 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='標題文字' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='放大' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>標題文字</div></div>",
 25169+ 'wikieditor-toolbar-help-content-file-syntax' => '[[$1:Example.png|thumb|標題文字]]',
 25170+ 'wikieditor-toolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='標題文字' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='放大' class='internal' href='#'><img height='11' width='15' alt='' src='$1/common/images/magnify-clip.png'/></a></div>標題文字</div></div>",
2517225171 'wikieditor-toolbar-help-content-reference-description' => '參考',
2517325172 'wikieditor-toolbar-help-content-reference-syntax' => '頁面文字。&lt;ref name="測試"&gt;[http://www.example.org 連結文字],附加文字。&lt;/ref&gt;',
2517425173 'wikieditor-toolbar-help-content-reference-result' => "頁面文字。<sup><a href='#'>[1]</a></sup>",

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79821Break WikiEditor's toolbar messages out into a separate module so LiquidThrea...catrope16:05, 7 January 2011
r79842WikiEditor: (bug 26621) References button was shown in all namespaces while i...catrope21:07, 7 January 2011
r79970Changed the way the toolbar creates it's file tool - which inserts [[File:<se...tparscal22:41, 10 January 2011
r79973Resolved #25724 using evil black magic and unicorn tears.tparscal23:32, 10 January 2011
r79975Fixed annoying bug where the index would not highlight the current page the f...tparscal23:45, 10 January 2011
r79978Fixed path of example image in help seciton of the toolbar.tparscal00:02, 11 January 2011
r80057Removed RTL rules and IE6 stuff from toolbar css, ResourceLoader uses CSSJanu...tparscal23:41, 11 January 2011
r80058Removed more IE6 stuff.tparscal23:44, 11 January 2011
r80060Improved on r79973 re-resolves #25724 after #80057 re-broke it. Aparently Ope...tparscal23:55, 11 January 2011
r80064Removed ad-hoc rtl rules - CSSJanus out of the box is doing just fine.tparscal00:06, 12 January 2011
r80144Changed how namespace is injected into gallery and file example messages. We ...tparscal00:58, 13 January 2011

Status & tagging log