r59896 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59895‎ | r59896 | r59897 >
Date:18:55, 9 December 2009
Author:raymond
Status:ok
Tags:
Comment:
* Add TableMod and UI/TemplateEditor to translatewiki
* Fix typo in TableMod
Modified paths:
  • /trunk/extensions/TableMod/TableMod.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/MediaWikiExtensions.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/TableMod/TableMod.i18n.php
@@ -6,9 +6,9 @@
77 */
88 $messages['en'] = array(
99 'tablemod' => 'TableMod',
10 - 'tablemod-desc' => 'Wiki-table manipulation.',
 10+ 'tablemod-desc' => 'Wiki-table manipulation',
1111 '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.',
1313 'tablemod-error-colcount' => 'This tag only supports tables with equal numbers of columns per row when removing.',
1414 'tablemod-error-headcount' => 'This tag only supports tables single column headers when removing.',
1515 'tablemod-error-invalidsort' => 'Invalid sort parameters.',
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1060,6 +1060,8 @@
10611061
10621062 Tab0
10631063
 1064+Table Mod
 1065+
10641066 Talk Here
10651067 ignored = talkhere-title, talkhere-headtext, talkhere-afterinput
10661068 ignored = talkhere-afterform
@@ -1265,6 +1267,10 @@
12661268 id = ext-ui-wikieditor-publish
12671269 file = UsabilityInitiative/WikiEditor/Modules/Publish/Publish.i18n.php
12681270
 1271+Usability Initiative - Wikieditor Template Editor
 1272+id = ext-ui-wikieditor-templateeditor
 1273+file = UsabilityInitiative/WikiEditor/Modules/TemplateEditor/TemplateEditor.i18n.php
 1274+
12691275 Usability Initiative - Wikieditor TOC
12701276 id = ext-ui-wikieditor-toc
12711277 file = UsabilityInitiative/WikiEditor/Modules/Toc/Toc.i18n.php
Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php
@@ -450,6 +450,7 @@
451451 'ext-ui-wikieditor-highlight',
452452 'ext-ui-wikieditor-preview',
453453 'ext-ui-wikieditor-publish',
 454+ 'ext-ui-wikieditor-templateeditor',
454455 'ext-ui-wikieditor-toc',
455456 'ext-ui-wikieditor-toolbar',
456457 'ext-uploadblacklist',
@@ -697,6 +698,7 @@
698699 'ext-ui-wikieditor-highlight',
699700 'ext-ui-wikieditor-preview',
700701 'ext-ui-wikieditor-publish',
 702+ 'ext-ui-wikieditor-templateeditor',
701703 'ext-ui-wikieditor-toc',
702704 'ext-ui-wikieditor-toolbar',
703705 );

Status & tagging log