Index: trunk/extensions/DismissableSiteNotice/DismissableSiteNotice.i18n.php |
— | — | @@ -10,6 +10,7 @@ |
11 | 11 | $messages['en'] = array( |
12 | 12 | 'sitenotice_id' => '0', # Don't translate this |
13 | 13 | 'sitenotice_close' => 'dismiss', |
| 14 | + 'sitenotice-desc' => 'Allows users to close the sitenotice.', |
14 | 15 | ); |
15 | 16 | |
16 | 17 | $messages['af'] = array( |
— | — | @@ -90,6 +91,7 @@ |
91 | 92 | |
92 | 93 | $messages['fr'] = array( |
93 | 94 | 'sitenotice_close' => 'cacher', |
| 95 | + 'sitenotice-desc' => 'Permet aux utilisateurs de fermer le sitenotice.', |
94 | 96 | ); |
95 | 97 | |
96 | 98 | /** Franco-Provençal (Arpetan) |
Index: trunk/extensions/DismissableSiteNotice/DismissableSiteNotice.php |
— | — | @@ -5,6 +5,7 @@ |
6 | 6 | 'version' => '2008-01-09', |
7 | 7 | 'author' => 'Brion Vibber', |
8 | 8 | 'description' => 'Allows users to close the sitenotice.', |
| 9 | + 'descriptionmsg' => 'sitenotice-desc', |
9 | 10 | 'url' => 'http://www.mediawiki.org/wiki/Extension:DismissableSiteNotice', |
10 | 11 | ); |
11 | 12 | |