Index: trunk/extensions/skins/Nimbus/Nimbus.i18n.php |
— | — | @@ -31,6 +31,29 @@ |
32 | 32 | 'nimbus-welcome' => 'Welcome $1', // <b></b> tags are passed as $1 along with the actual username |
33 | 33 | ); |
34 | 34 | |
| 35 | +/** Messages description */ |
| 36 | +$messages['qqq'] = array( |
| 37 | + 'morewikis' => 'Format for this message is *Page name/Interwiki link/URL|Text to show', |
| 38 | + 'nimbus-desc' => '', |
| 39 | + 'nimbus-advertise' => '', |
| 40 | + 'nimbus-advertise-url' => 'Set this to an URL if you want an "Advertise" link to show up in the footer', |
| 41 | + 'nimbus-contribute' => '', |
| 42 | + 'nimbus-didyouknow' => '', |
| 43 | + 'nimbus-featuredimage' => '', |
| 44 | + 'nimbus-featureduser' => '', |
| 45 | + 'nimbus-login' => '', |
| 46 | + 'nimbus-logout' => '', |
| 47 | + 'nimbus-more-actions' => '', |
| 48 | + 'nimbus-more-wikis' => '', |
| 49 | + 'nimbus-pages-can-be-edited' => '', |
| 50 | + 'nimbus-profile' => '', |
| 51 | + 'nimbus-recent-contributors' => '', |
| 52 | + 'nimbus-recent-contributors-info' => '', |
| 53 | + 'nimbus-search' => '', |
| 54 | + 'nimbus-signup' => '', |
| 55 | + 'nimbus-welcome' => '<b></b> tags are passed as $1 along with the actual username', |
| 56 | +); |
| 57 | + |
35 | 58 | /** Finnish (Suomi) |
36 | 59 | * @author Jack Phoenix <jack@countervandalism.net> |
37 | 60 | */ |