Index: trunk/extensions/WhatIsMyIP/WhatIsMyIP.i18n.php |
— | — | @@ -32,3 +32,12 @@ |
33 | 33 | 'whatismyip-desc' => 'Afficher l’adresse IP courante de l’utilisateur dans [[Special:WhatIsMyIP]]', |
34 | 34 | 'whatismyip-out' => 'Votre IP :', |
35 | 35 | ); |
| 36 | + |
| 37 | +/** Dutch (Nederlands) |
| 38 | + * @author Siebrand |
| 39 | + */ |
| 40 | +$messages['nl'] = array( |
| 41 | + 'whatismyip' => 'Wat is mijn IP-adres', |
| 42 | + 'whatismyip-desc' => 'Geeft het IP-adres van de huidige gebruiker weer op een [[Special:WhatIsMyIP|speciale pagina]]', |
| 43 | + 'whatismyip-out' => 'Uw IP-adres:', |
| 44 | +); |