Index: trunk/extensions/TableMod/TableMod.i18n.php |
— | — | @@ -6,9 +6,9 @@ |
7 | 7 | */ |
8 | 8 | $messages['en'] = array( |
9 | 9 | 'tablemod' => 'TableMod', |
10 | | - 'tablemod-desc' => 'Wiki-table manipulation.', |
| 10 | + 'tablemod-desc' => 'Wiki-table manipulation', |
11 | 11 | 'tablemod-msg-remove' => 'Remove', |
12 | | - 'tablemod-error-format' => 'This tag supporsts only one simple table per tag, without any text before or after it.', |
| 12 | + 'tablemod-error-format' => 'This tag supports only one simple table per tag, without any text before or after it.', |
13 | 13 | 'tablemod-error-colcount' => 'This tag only supports tables with equal numbers of columns per row when removing.', |
14 | 14 | 'tablemod-error-headcount' => 'This tag only supports tables single column headers when removing.', |
15 | 15 | 'tablemod-error-invalidsort' => 'Invalid sort parameters.', |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1060,6 +1060,8 @@ |
1061 | 1061 | |
1062 | 1062 | Tab0 |
1063 | 1063 | |
| 1064 | +Table Mod |
| 1065 | + |
1064 | 1066 | Talk Here |
1065 | 1067 | ignored = talkhere-title, talkhere-headtext, talkhere-afterinput |
1066 | 1068 | ignored = talkhere-afterform |
— | — | @@ -1265,6 +1267,10 @@ |
1266 | 1268 | id = ext-ui-wikieditor-publish |
1267 | 1269 | file = UsabilityInitiative/WikiEditor/Modules/Publish/Publish.i18n.php |
1268 | 1270 | |
| 1271 | +Usability Initiative - Wikieditor Template Editor |
| 1272 | +id = ext-ui-wikieditor-templateeditor |
| 1273 | +file = UsabilityInitiative/WikiEditor/Modules/TemplateEditor/TemplateEditor.i18n.php |
| 1274 | + |
1269 | 1275 | Usability Initiative - Wikieditor TOC |
1270 | 1276 | id = ext-ui-wikieditor-toc |
1271 | 1277 | file = UsabilityInitiative/WikiEditor/Modules/Toc/Toc.i18n.php |
Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php |
— | — | @@ -450,6 +450,7 @@ |
451 | 451 | 'ext-ui-wikieditor-highlight', |
452 | 452 | 'ext-ui-wikieditor-preview', |
453 | 453 | 'ext-ui-wikieditor-publish', |
| 454 | + 'ext-ui-wikieditor-templateeditor', |
454 | 455 | 'ext-ui-wikieditor-toc', |
455 | 456 | 'ext-ui-wikieditor-toolbar', |
456 | 457 | 'ext-uploadblacklist', |
— | — | @@ -697,6 +698,7 @@ |
698 | 699 | 'ext-ui-wikieditor-highlight', |
699 | 700 | 'ext-ui-wikieditor-preview', |
700 | 701 | 'ext-ui-wikieditor-publish', |
| 702 | + 'ext-ui-wikieditor-templateeditor', |
701 | 703 | 'ext-ui-wikieditor-toc', |
702 | 704 | 'ext-ui-wikieditor-toolbar', |
703 | 705 | ); |