Index: trunk/extensions/ElmEasyRef/ElmEasyRef.i18n.php |
— | — | @@ -13,11 +13,11 @@ |
14 | 14 | * @author Elancev Michael |
15 | 15 | */ |
16 | 16 | $messages['en'] = array( |
| 17 | + 'elm-easyref-desc' => "Add popup field to display reference's content", |
17 | 18 | 'elm-easyref-ref' => 'Reference $1', |
18 | 19 | 'elm-easyref-close' => 'Close', |
19 | 20 | ); |
20 | 21 | |
21 | | - |
22 | 22 | /** Russian (Русский) |
23 | 23 | * @author Elancev Michael |
24 | 24 | */ |
— | — | @@ -25,3 +25,4 @@ |
26 | 26 | 'elm-easyref-ref' => 'Ссылка $1', |
27 | 27 | 'elm-easyref-close' => 'Закрыть', |
28 | 28 | ); |
| 29 | + |
Index: trunk/extensions/ElmEasyRef/ElmEasyRef.php |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | $wgExtensionCredits['other'][] = array( |
79 | 79 | 'path' => __FILE__, |
80 | 80 | 'name' => "ElmEasyRef", |
81 | | - 'description' => "Add popup field to display reference's content", |
| 81 | + 'description' => 'elm-easyref-desc', |
82 | 82 | 'version' => '0.8.2b', |
83 | 83 | 'author' => "Elancev Michael", |
84 | 84 | 'url' => "http://www.mediawiki.org/wiki/Extension:ElmEasyRef", |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -419,6 +419,9 @@ |
420 | 420 | Edit User |
421 | 421 | aliasfile = EditUser/EditUser.alias.php |
422 | 422 | |
| 423 | +Elm Easy Ref |
| 424 | +descmsg = elm-easyref-desc |
| 425 | + |
423 | 426 | Email Address Image |
424 | 427 | |
425 | 428 | Email Capture |