blob: 749ac7c34baeeb82b9c9ecb351a1aa1dd820ab04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/** Norwegian Bokmål (Norsk (bokmål))
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
* @comment Correct code, but for historical reasons this started as 'no'. Falls back to 'no'. May be reversed some day.
*/
$fallback = 'no';
|