Index: branches/stable/phase3/languages/LanguageNl.php |
— | — | @@ -5,6 +5,7 @@ |
6 | 6 | # encapsulates some of the magic-ness. |
7 | 7 | |
8 | 8 | /* private */ $wgNamespaceNamesNl = array( |
| 9 | + -2 => "Media", |
9 | 10 | -1 => "Speciaal", |
10 | 11 | 0 => "", |
11 | 12 | 1 => "Overleg", |
— | — | @@ -291,8 +292,8 @@ |
292 | 293 | "Recentchangeslinked" => "", |
293 | 294 | "Movepage" => "", |
294 | 295 | "Booksources" => "", |
295 | | - "Categories" => "Rubrieken", |
296 | | - "Export" => "" |
| 296 | +# "Categories" => "Rubrieken", |
| 297 | +# "Export" => "" |
297 | 298 | ); |
298 | 299 | |
299 | 300 | /* private */ $wgSysopSpecialPagesNl = array( |