r87655 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87654‎ | r87655 | r87656 >
Date:20:16, 7 May 2011
Author:raymond
Status:ok
Tags:
Comment:
Followup r87650: Add description message
Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/ElmEasyRef/ElmEasyRef.i18n.php (modified) (history)
  • /trunk/extensions/ElmEasyRef/ElmEasyRef.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/ElmEasyRef/ElmEasyRef.i18n.php
@@ -13,11 +13,11 @@
1414 * @author Elancev Michael
1515 */
1616 $messages['en'] = array(
 17+ 'elm-easyref-desc' => "Add popup field to display reference's content",
1718 'elm-easyref-ref' => 'Reference $1',
1819 'elm-easyref-close' => 'Close',
1920 );
2021
21 -
2222 /** Russian (Русский)
2323 * @author Elancev Michael
2424 */
@@ -25,3 +25,4 @@
2626 'elm-easyref-ref' => 'Ссылка $1',
2727 'elm-easyref-close' => 'Закрыть',
2828 );
 29+
Index: trunk/extensions/ElmEasyRef/ElmEasyRef.php
@@ -77,7 +77,7 @@
7878 $wgExtensionCredits['other'][] = array(
7979 'path' => __FILE__,
8080 'name' => "ElmEasyRef",
81 - 'description' => "Add popup field to display reference's content",
 81+ 'description' => 'elm-easyref-desc',
8282 'version' => '0.8.2b',
8383 'author' => "Elancev Michael",
8484 'url' => "http://www.mediawiki.org/wiki/Extension:ElmEasyRef",
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -419,6 +419,9 @@
420420 Edit User
421421 aliasfile = EditUser/EditUser.alias.php
422422
 423+Elm Easy Ref
 424+descmsg = elm-easyref-desc
 425+
423426 Email Address Image
424427
425428 Email Capture

Follow-up revisions

RevisionCommit summaryAuthorDate
r87656Followup r87650/r87655 fix extension creditsraymond20:35, 7 May 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87650Commit ElmEasyRef extensionnord18:59, 7 May 2011

Status & tagging log